fish: use apt instead of apt-get in upgrade
This commit is contained in:
parent
7efbb6a7ff
commit
3d48bf0601
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue