mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-03-31 06:33:56 -04:00
🔧 fix(generate-romm-config/run.sh): Update URL to fetch Romm config (#32)
The changes update the URL used to fetch the Romm configuration file. The previous URL was pointing to an outdated location, so the new URL is updated to fetch the config from the correct location on the master branch.
This commit is contained in:
@@ -21,7 +21,7 @@ fi
|
||||
mkdir -p "$(dirname "$location")"
|
||||
|
||||
# Download the file from the given URL and save it to the specified location
|
||||
curl -L "https://raw.githubusercontent.com/bigbeartechworld/big-bear-casaos/master/Apps/Romm/config.yml" -o "$location"
|
||||
curl -L "https://raw.githubusercontent.com/bigbeartechworld/big-bear-casaos/refs/heads/master/Apps/romm/config.yml" -o "$location"
|
||||
|
||||
# Confirm to the user
|
||||
echo "Config saved to $location"
|
||||
|
||||
Reference in New Issue
Block a user