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"
|
function upgrade --description "Upgrade the system"
|
||||||
sudo apt-get update
|
sudo apt update
|
||||||
and sudo apt-get upgrade
|
and sudo apt upgrade
|
||||||
and sudo apt-get dist-upgrade
|
and sudo apt full-upgrade
|
||||||
and sudo apt-get autoremove
|
and sudo apt autoremove
|
||||||
sudo tlmgr update --self --all
|
sudo tlmgr update --self --all
|
||||||
sudo npm update -g
|
sudo npm update -g
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue