Adding prompt to titan upgrading

This commit is contained in:
Colin Powell
2019-07-20 14:20:35 -04:00
parent e2a62cb2a1
commit 8935688886
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
fzf_key_bindings
source ~/.asdf/asdf.fish
set PATH ~/.fzf/bin $PATH
fzf_key_bindings
eval (python -m virtualfish)

View File

@ -7,7 +7,7 @@ function upgrade
echo "-------- Upgrading DIONE --------"
ssh -J rhea.unbl.ink dione.local "sudo apt upgrade -y"
echo "-------- Upgrading TITAN --------"
ssh -J rhea.unbl.ink titan.local "sudo apt upgrade -y"
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