From 14694aafbfcdb3f6074a4e425646d4b02ab3b99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Tue, 31 Dec 2024 14:19:39 +0800 Subject: [PATCH] Update serv00keep.sh --- serv00keep.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serv00keep.sh b/serv00keep.sh index 8618c1a..b6f8585 100644 --- a/serv00keep.sh +++ b/serv00keep.sh @@ -78,7 +78,7 @@ EOF # Download Dependency Files download_and_run_singbox() { -if [ ! -s sb.txt ]; then +if [ ! -s sb.txt ] && [ ! -s ag.txt ]; then ARCH=$(uname -m) && DOWNLOAD_DIR="." && mkdir -p "$DOWNLOAD_DIR" && FILE_INFO=() if [ "$ARCH" == "arm" ] || [ "$ARCH" == "arm64" ] || [ "$ARCH" == "aarch64" ]; then FILE_INFO=("https://github.com/eooce/test/releases/download/arm64/sb web" "https://github.com/eooce/test/releases/download/arm64/bot13 bot")