🔧 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:
Christopher
2025-10-29 16:42:29 -05:00
committed by GitHub
parent 8f401f28bc
commit 8dacfe28a4
4 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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