Merge branch 'master' of git.sr.ht:~secstate/dotfiles
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ fish-gpg-tty_init.fish
|
||||
conf.d/fzf.fish
|
||||
conf.d/fzf_key_bindings.fish
|
||||
conf.d/plugin-direnv_init.fish
|
||||
.uuid
|
||||
|
||||
@ -1,7 +1,13 @@
|
||||
function upgrade
|
||||
# Upgrade all ubuntu hosts in one go
|
||||
echo "-------- Upgrading Box --------"
|
||||
ssh -t root@box.onec.me "apt upgrade -y"
|
||||
echo "-------- Upgrading REHA --------"
|
||||
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
|
||||
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"
|
||||
echo "-------- Upgrading IAPETUS --------"
|
||||
ssh -J rhea.unbl.ink iapetus.local "sudo apt upgrade -y"
|
||||
end
|
||||
|
||||
@ -1 +0,0 @@
|
||||
dd39cb29-9dfa-4640-bc00-26cb8b6a40e3
|
||||
Reference in New Issue
Block a user