Description: Updater.sh is a simple script designed to automate some of the terminal update processes in Debian derived distros. Simply place it it /usr/local/bin/ (create this folder if it doesn't exist) and type "sudo Updater.sh" in any terminal to use it.
DISCLAIMER: The series of commands that Updater.sh runs has never caused my system to malfunction in any way, however I do not guarantee that it will be so for anyone else (though I do HIGHLY DOUBT they will cause any issues).
The commands run by Updater.sh are as follows (they run in the following order as well): sudo apt update sudo apt install -f sudo apt upgrade sudo apt dist-upgrade sudo apt autoclean sudo apt clean sudo apt autoremove
Ratings & Comments
0 Comments