From dc690e80b7a25d5764ad52b04fe0eca30a943d14 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Sat, 20 Dec 2025 22:49:51 +0100 Subject: [PATCH] Options added; Structural changes --- helium_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helium_helper.sh b/helium_helper.sh index 92e5019..cfb0379 100755 --- a/helium_helper.sh +++ b/helium_helper.sh @@ -19,7 +19,7 @@ INSTALL_PATH=$HOME/.apps/Helium ## GLOBAL VARIABLES SCRIPT_NAME="Helium Helper Script" -SCRIPT_VERSION="0.4.1" +SCRIPT_VERSION="0.5" DEPENDENCIES=("curl" "wget") MISSING=$(cat $TMP/missingDeps 2>/dev/null) GIT_VERSION=$(curl -s https://api.github.com/repos/imputnet/helium-linux/releases/latest | grep "tag_name" | tr -d \", | awk '{print $2}')