Skip to content

A Bash Script to Update Ubuntu with a simple commad

Notifications You must be signed in to change notification settings

andvenaa/update-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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;

About

A Bash Script to Update Ubuntu with a simple commad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages