This commit is contained in:
goldsquid
2025-12-13 15:22:51 +07:00
parent 5ac31610f7
commit cfe0b50ae1
7 changed files with 14 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ if [ ! -d "$LOCAL_DIR" ]; then
for file in "${files[@]}"; do
echo "Processing: $file"
curl -# "${base_url}${file}" | zstd -d | tar -xvf - -C /
curl --ipv4 -# "${base_url}${file}" | zstd -d | tar -xvf - -C /
if [ $? -ne 0 ]; then
echo "Error processing $file"