I created this program because I got so sick of opening Terminal and typing in sudo apt update
and sudo apt upgrade -y
every day. This will bring great relief to those that feel the same way.
- Download the repository:
git clone https://github.com/stevenbertolucci/Auto-Update.git
- Navigate to the repository directory:
cd Auto-Update
- Run the setup script:
./setup.sh
- The program is now ready! You should see a desktop icon labeled "Your Program" that you can double-click to run the script.
- Open terminal
- Go to the folder that contains the file
Auto-update.sh
- When you see the file when typing
ls
, type inchmod +x Auto-update.sh
- The file is now executable. Type in
./Auto-update.sh
- Enjoy that magic!
This program only works on Linux systems. Not Unix. Only Linux.