Procházet zdrojové kódy

Make upgrade function work across hosts

Colin Powell před 6 roky
rodič
revize
67a609c8f7
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      fish/.config/fish/functions/upgrade.fish

+ 2 - 1
fish/.config/fish/functions/upgrade.fish

@@ -3,5 +3,6 @@ function upgrade
 	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
+	ssh -t powellc@rhea.unbl.ink -t titan.local "sudo apt upgrade -y"
+	ssh -t powellc@rhea.unbl.ink -t iapetus.local "sudo apt upgrade -y"
 end