Add bulk upgrade script #fishshell

This commit is contained in:
Colin Powell
2019-05-21 00:07:49 -04:00
parent 7519bbd633
commit f1274a6ac8

View File

@ -0,0 +1,7 @@
function upgrade
# Upgrade all ubuntu hosts in one go
ssh -t root@box.onec.me "apt upgrade -y"
ssh -t powellc@rhea.unbl.ink "sudo apt upgrade -y"
ssh -t powellc@rhea.unbl.ink -t dione.local "sudo apt upgrade -y"
sudo apt upgrade -y
end