Skip to content

Commit 8eb6beb

Browse files
committed
[skip ci] [Pustaka Script] Follow 302 redirect
1 parent 6f77c18 commit 8eb6beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pustaka-cnb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ chmod +x "$program"
4545
# Download metadata files
4646
echo "Fetching the latest metadata files..."
4747
for file in config_master.json config_Hi3SEA.json config_Hi3CN.json config_Hi3Global.json config_Hi3JP.json config_Hi3KR.json config_Hi3TW.json stamp.json; do
48-
curl "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/refs/heads/main/metadata/v3/preview/$file" -o "$metadataV3_dir/$file"
48+
curl -sL "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/refs/heads/main/metadata/v3/preview/$file" -o "$metadataV3_dir/$file"
4949
done
5050

5151
# Function to update a region

0 commit comments

Comments
 (0)