소스 검색

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