Преглед изворни кода

Remove iapetus from upgrade chain #fishshell

Colin Powell пре 5 година
родитељ
комит
bc4f1109d8
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      fish/.config/fish/functions/upgrade.fish

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

@@ -8,6 +8,4 @@ function upgrade
 	ssh -J rhea.unbl.ink dione.local "sudo apt upgrade -y"
 	echo "-------- Upgrading TITAN --------"
 	ssh -J rhea.unbl.ink -t titan.local "sudo apt upgrade -y"
-	echo "-------- Upgrading IAPETUS --------"
-	ssh -J rhea.unbl.ink iapetus.local "sudo apt upgrade -y"
 end