Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 665 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 665 Bytes

Install

How to install

git clone https://github.com/andvenaa/update-ubuntu.git

Run this first.

sudo chmod a+x ~/update-ubuntu/up

Then run these commands

sudo mv ~/update-ubuntu/up /usr/bin

Then you can just login to your system, run up and enter your sudo password. And it will update. Will also tell you if the system need to restart.

Update script from git

cd ~/update-ubuntu/
git fetch
The system will run the following updates.
    sudo apt-get update;
    sudo apt-get upgrade -y;
    sudo apt-get full-upgrade -y;
    sudo apt-get autoremove -y;
    sudo apt-get autoclean -y;