Skip to content

A simple shell script that does 'sudo apt update and sudo apt upgrade -y' for you.

License

Notifications You must be signed in to change notification settings

stevenbertolucci/Auto-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-Update

Relief at the double click of the index finger.

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.

Setup Instructions

Option 1

  1. Download the repository:
    git clone https://github.com/stevenbertolucci/Auto-Update.git
  2. Navigate to the repository directory:
    cd Auto-Update
  3. Run the setup script:
    ./setup.sh
  4. The program is now ready! You should see a desktop icon labeled "Your Program" that you can double-click to run the script.

Option 2

  1. Open terminal
  2. Go to the folder that contains the file Auto-update.sh
  3. When you see the file when typing ls, type in chmod +x Auto-update.sh
  4. The file is now executable. Type in ./Auto-update.sh
  5. Enjoy that magic!

OS Compatibility

This program only works on Linux systems. Not Unix. Only Linux.

About

A simple shell script that does 'sudo apt update and sudo apt upgrade -y' for you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages