Update registries-v4.sh

This commit is contained in:
smx
2026-05-03 12:47:48 +00:00
parent 923414ceb5
commit c8e760b62e
+1 -1
View File
@@ -10,7 +10,7 @@ NC='\033[0m' # No Color
# Array of registries to test
mapfile -t registries < <(
curl -fsSL "https://gitamin.ir/smx/irs/raw/branch/main/docker-registries.md" \
curl -fsSL "https://gitamin.ir/smx/irs/raw/branch/main/registries.md" \
| grep -oP '"\Khttps?://[^"]+' \
| sed 's|^https://||'
)