We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f77c18 commit 8eb6bebCopy full SHA for 8eb6beb
scripts/pustaka-cnb.sh
@@ -45,7 +45,7 @@ chmod +x "$program"
45
# Download metadata files
46
echo "Fetching the latest metadata files..."
47
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"
+ curl -sL "https://github.com/CollapseLauncher/CollapseLauncher-ReleaseRepo/raw/refs/heads/main/metadata/v3/preview/$file" -o "$metadataV3_dir/$file"
49
done
50
51
# Function to update a region
0 commit comments