1
0
Fork 0

Update update_local_appstore.sh

This commit is contained in:
pooneyy 2025-08-10 15:41:55 +08:00
parent c9f629e589
commit 5910334168
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -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/