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