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 }