upgrade.fish 241 B

1234567
  1. function upgrade
  2. # Upgrade all ubuntu hosts in one go
  3. ssh -t root@box.onec.me "apt upgrade -y"
  4. ssh -t powellc@rhea.unbl.ink "sudo apt upgrade -y"
  5. ssh -t powellc@rhea.unbl.ink -t dione.local "sudo apt upgrade -y"
  6. sudo apt upgrade -y
  7. end