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