From 8dacfe28a4fb281275298bc8f9fc084bafc34407 Mon Sep 17 00:00:00 2001 From: Christopher <1289128+dragonfire1119@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:42:29 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20refactor:=20Update=20config=20fi?= =?UTF-8?q?le=20URLs=20to=20new=20repository=20(#53)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- generate-libredesk-config/run.sh | 2 +- generate-obsidian-livesync-local-ini/run.sh | 2 +- generate-romm-config/run.sh | 2 +- setup-invoice-ninja-for-casaos-step-1/run.sh | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/generate-libredesk-config/run.sh b/generate-libredesk-config/run.sh index 711586b..d2b4860 100644 --- a/generate-libredesk-config/run.sh +++ b/generate-libredesk-config/run.sh @@ -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" diff --git a/generate-obsidian-livesync-local-ini/run.sh b/generate-obsidian-livesync-local-ini/run.sh index f79b1ab..bc552d6 100644 --- a/generate-obsidian-livesync-local-ini/run.sh +++ b/generate-obsidian-livesync-local-ini/run.sh @@ -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" diff --git a/generate-romm-config/run.sh b/generate-romm-config/run.sh index 8bb8b27..921f65a 100644 --- a/generate-romm-config/run.sh +++ b/generate-romm-config/run.sh @@ -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" diff --git a/setup-invoice-ninja-for-casaos-step-1/run.sh b/setup-invoice-ninja-for-casaos-step-1/run.sh index e2fa9ec..e88c9a1 100644 --- a/setup-invoice-ninja-for-casaos-step-1/run.sh +++ b/setup-invoice-ninja-for-casaos-step-1/run.sh @@ -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