dotfiles/shells/fish/functions/upgrade.fish

9 lines
217 B
Fish
Raw Normal View History

2017-08-10 09:43:31 +02:00
function upgrade --description "Upgrade the system"
sudo apt update
and sudo apt upgrade
and sudo apt full-upgrade
and sudo apt autoremove
2017-08-10 09:43:31 +02:00
sudo tlmgr update --self --all
sudo npm update -g
end