From a037a75d0d823006bc910856468e0c9776ed146a Mon Sep 17 00:00:00 2001 From: Franscobec Date: Wed, 18 Mar 2026 12:45:24 -0400 Subject: [PATCH] Add deploy-urbackup to update list --- updatescripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/updatescripts.sh b/updatescripts.sh index 005800f..6e3c906 100644 --- a/updatescripts.sh +++ b/updatescripts.sh @@ -40,6 +40,7 @@ find /.SSH/script -name "*.sh" -delete wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/renewkeys.sh -O /.SSH/script/renewkeys.sh wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/deploy-newssh.sh -O /.SSH/script/deploy-newssh.sh wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/autoremakekeys.sh -O /.SSH/script/autoremakekeys.sh +wget -q https://git.franscorack.com/Franscobec/Server-Scripts/raw/branch/main/deploy-urbackup.sh -O /.SSH/script/deploy-urbackup.sh wget -q https://git.franscorack.com/Franscobec/AutoremakeSSH/raw/branch/main/updatescripts.sh -O /.SSH/script/updatescripts.sh }