fish: use apt instead of apt-get in upgrade

This commit is contained in:
Marcel Kapfer 2017-10-15 16:49:26 +02:00
parent 7efbb6a7ff
commit 3d48bf0601
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +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 apt update
and sudo apt upgrade
and sudo apt full-upgrade
and sudo apt autoremove
sudo tlmgr update --self --all
sudo npm update -g
end