From 57c0770950b563690f8a712c1556d4ab48cea2ef Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Sat, 27 Dec 2025 11:01:30 +0100 Subject: [PATCH] Fixed missing variable --- helium_auto_update.sh | 2 ++ helium_helper.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/helium_auto_update.sh b/helium_auto_update.sh index 11837ed..11a2ebc 100755 --- a/helium_auto_update.sh +++ b/helium_auto_update.sh @@ -75,6 +75,8 @@ dependency_check () { ### UPDATE SCRIPT update_script() { + REMOTE_SCRIPT_URL=https://lab.c95.org/fr4nz/helium-helper/raw/branch/main/$SCRIPT_FILE_NAME + ### CHECK FOR LOCAL SCRIPT if ! [ -f "$SCRIPT_PATH/$SCRIPT_FILE_NAME" ] ; then echo "${DATE} | Failed to update script - local file not found" >> $LOG diff --git a/helium_helper.sh b/helium_helper.sh index e9ff09d..2217b41 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -333,6 +333,8 @@ script_version() { ### UPDATE SCRIPT update_script() { + REMOTE_SCRIPT_URL=https://lab.c95.org/fr4nz/helium-helper/raw/branch/main/$SCRIPT_FILE_NAME + ### CHECK FOR LOCAL SCRIPT if ! [ -f "$SCRIPT_PATH/$SCRIPT_FILE_NAME" ] ; then echo -e "\n ${YEL}$SCRIPT_FILE_NAME not found...${CRS}"