fish: added upgrade function

This commit is contained in:
Marcel Kapfer 2017-08-10 09:43:31 +02:00
parent 2804aed8f4
commit f2bee12648
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
function upgrade --description "Upgrade the system"
sudo apt-get update
and sudo apt-get upgrade
and sudo apt-get dist-upgrade
and sudo apt-get autoremove
sudo tlmgr update --self --all
sudo npm update -g
end