mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-29 00:32:35 -04:00
🔧 refactor: Update config file URLs to new repository (#53)
Update URLs for various app configuration files to point to the new big-bear-universal-apps repository. This ensures that the latest configuration files are sourced from the correct location.
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/refs/heads/master/Apps/libredesk/config.toml" -o "$location"
|
||||
curl -L "https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/libredesk/config.toml" -o "$location"
|
||||
|
||||
# Confirm to the user
|
||||
echo "Config saved to $location"
|
||||
|
||||
@@ -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/obsidian-livesync/local.ini" -o "$location"
|
||||
curl -L "https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/obsidian-livesync/local.ini" -o "$location"
|
||||
|
||||
# Confirm to the user
|
||||
echo "Config saved to $location"
|
||||
|
||||
@@ -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/refs/heads/master/Apps/romm/config.yml" -o "$location"
|
||||
curl -L "https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/romm/config.yml" -o "$location"
|
||||
|
||||
# Confirm to the user
|
||||
echo "Config saved to $location"
|
||||
|
||||
@@ -28,10 +28,10 @@ BASE_DIR="/DATA/AppData/big-bear-invoice-ninja/data"
|
||||
|
||||
# Define the URLs for the files
|
||||
URLS=(
|
||||
"https://github.com/bigbeartechworld/big-bear-casaos/raw/master/Apps/invoice-ninja/data/init/init.sh"
|
||||
"https://github.com/bigbeartechworld/big-bear-casaos/raw/master/Apps/invoice-ninja/data/nginx/invoice-ninja.conf"
|
||||
"https://github.com/bigbeartechworld/big-bear-casaos/raw/master/Apps/invoice-ninja/data/php/php-cli.ini"
|
||||
"https://github.com/bigbeartechworld/big-bear-casaos/raw/master/Apps/invoice-ninja/data/php/php.ini"
|
||||
"https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/invoice-ninja/data/init/init.sh"
|
||||
"https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/invoice-ninja/data/nginx/invoice-ninja.conf"
|
||||
"https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/invoice-ninja/data/php/php-cli.ini"
|
||||
"https://raw.githubusercontent.com/bigbeartechworld/big-bear-universal-apps/refs/heads/main/apps/invoice-ninja/data/php/php.ini"
|
||||
)
|
||||
|
||||
# Define the local paths where the files will be saved
|
||||
|
||||
Reference in New Issue
Block a user