Options added; Structural changes

This commit is contained in:
Fr4nz D13trich 2025-12-20 22:49:51 +01:00
parent 73d66859d6
commit dc690e80b7

View file

@ -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}')