diff --git a/shells/fish/functions/upgrade.fish b/shells/fish/functions/upgrade.fish index feaac4f..e714f92 100644 --- a/shells/fish/functions/upgrade.fish +++ b/shells/fish/functions/upgrade.fish @@ -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