mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -33,7 +33,10 @@ process_image() {
|
|||||||
found_alpine=false
|
found_alpine=false
|
||||||
for item in "${app_alpine_names[@]}"; do
|
for item in "${app_alpine_names[@]}"; do
|
||||||
if [[ "$item" == "$app_name" ]]; then
|
if [[ "$item" == "$app_name" ]]; then
|
||||||
found_alpine=true
|
if [[ "$trimmed_version" == *"alpine"* ]]; then
|
||||||
|
found_alpine=true
|
||||||
|
echo "Found alpine version"
|
||||||
|
fi
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user