Added new reconcile and pom scripts

This commit is contained in:
Random936
2026-03-28 17:33:57 -04:00
parent 5c36c869cd
commit bc58d71ed5
3 changed files with 31 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ update() {
ssh media@media.randomctf.com -t "$(typeset -f update); update"
ssh logging@logging.randomctf.local -t "$(typeset -f update); update"
ssh mindforge@mindforge.randomctf.local -t "$(typeset -f update); update"
ssh sampledb@sampledb.randomctf.local -t "$(typeset -f update); update"
ssh mnemosyne@mnemosyne.randomctf.local -t "$(typeset -f update); update"
# Ubuntu VMs
ssh pbx@pbx.randomctf.local -t "sudo apt update -y && sudo apt upgrade -y"