Update updatescripts.sh

This commit is contained in:
2026-06-18 19:42:10 -04:00
parent 5b4e962800
commit 0898b8d154

View File

@@ -49,6 +49,7 @@ if [ ! -d /.SSH/script ]; then
mkdir /.SSH/script mkdir /.SSH/script
fi fi
find /.SSH/script -name "*.sh" -delete find /.SSH/script -name "*.sh" -delete
find /opt/franscorack/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/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/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/AutoremakeSSH/raw/branch/main/autoremakekeys.sh -O /.SSH/script/autoremakekeys.sh