Browse Source

Remove iapetus from upgrade chain #fishshell

Colin Powell 5 năm trước cách đây
mục cha
commit
bc4f1109d8
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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