From 5910334168933fbd5ce5c150e8922e5809e61d82 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:41:55 +0800 Subject: [PATCH] Update update_local_appstore.sh --- update_local_appstore.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update_local_appstore.sh b/update_local_appstore.sh index 3eba9598f..6c8fca8bc 100644 --- a/update_local_appstore.sh +++ b/update_local_appstore.sh @@ -36,7 +36,8 @@ repo_prefixs=( repo_suffix="/pooneyy/1Panel-Appstore.git" for repo_prefix in "${repo_prefixs[@]}"; do - git clone --depth 1 -b localApps $repo_prefix$repo_suffix $TEMP_DIR && break + full_url="${repo_prefix}${repo_suffix}" + git clone --depth 1 -b localApps $full_url $TEMP_DIR && echo "Successfully cloned from source ${full_url}" && break done cp -rf $TEMP_DIR/apps/* $BASE_DIR/1panel/resource/apps/local/