From 6530c30468d46101a34795fa12415e716507347b Mon Sep 17 00:00:00 2001 From: sky Date: Thu, 12 Dec 2024 23:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20simpleupdates/scripts/upda?= =?UTF-8?q?te=5Fsimpleadmin.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simpleupdates/scripts/update_simpleadmin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleupdates/scripts/update_simpleadmin.sh b/simpleupdates/scripts/update_simpleadmin.sh index 20fe596..23799af 100644 --- a/simpleupdates/scripts/update_simpleadmin.sh +++ b/simpleupdates/scripts/update_simpleadmin.sh @@ -255,7 +255,7 @@ echo -e "\e[1;31m2) Installing simpleadmin from the $GITTREE branch\e[0m" install_ttyd() { echo -e "\e[1;34mStarting ttyd installation process...\e[0m" cd $SIMPLE_ADMIN_DIR/console - curl -L -o ttyd https://code.060070.xyz/sky/simple-admin/raw/branch/main/tools/ttyd.armhf && chmod +x ttyd + curl -L -o ttyd https://code.060070.xyz/sky/simple-admin/raw/branch/beta-curl/tools/ttyd.armhf && chmod +x ttyd curl -o ttyd.bash "$GITROOT/simpleadmin/console/ttyd.bash" && chmod +x ttyd.bash cd $SIMPLE_ADMIN_DIR/systemd/ curl -o ttyd.service "$GITROOT/simpleadmin/systemd/ttyd.service"