Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 608 Bytes

ubuntu-post-install.sh

What it does

This script automatically installs every program I use in my PC, runs updates and does post install cleaning.

Running

bash <(curl -s https://raw.githubusercontent.com/reinaldogpn/ubuntu-post-install/main/ubuntu-post-install.sh) <param>
  • Replace <param> with parameter -f or --full for a full installation, or -s or --simple for a much simpler one (without games support for eg.).

  • or you can download .sh file and run it by yourself:

chmod +x ubuntu-post-install.sh && bash ubuntu-post-install.sh <param>