Add bin script for upgrading linux
This commit is contained in:
9
bin/.bin/upgrade_systems.sh
Executable file
9
bin/.bin/upgrade_systems.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
# Upgrade all ubuntu hosts in one go
|
||||
echo "-------- Upgrading box.unbl.ink --------"
|
||||
ssh -t root@box.unbl.ink "apt upgrade -y && apt autoremove -y"
|
||||
echo "-------- Upgrading box.castine.town --------"
|
||||
ssh -t root@box.castine.town "apt upgrade -y && apt autoremove -y"
|
||||
echo "-------- Upgrading iapetus.local --------"
|
||||
ssh -J janus.unbl.ink -t iapetus.local "sudo apt upgrade -y && apt autoremove -y"
|
||||
# TODO Add titan & janus freebsd upgrades
|
||||
@ -1,11 +0,0 @@
|
||||
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"
|
||||
echo "-------- Upgrading DIONE --------"
|
||||
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"
|
||||
end
|
||||
Reference in New Issue
Block a user