Options added; Structural changes
This commit is contained in:
parent
73d66859d6
commit
dc690e80b7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ INSTALL_PATH=$HOME/.apps/Helium
|
||||||
|
|
||||||
## GLOBAL VARIABLES
|
## GLOBAL VARIABLES
|
||||||
SCRIPT_NAME="Helium Helper Script"
|
SCRIPT_NAME="Helium Helper Script"
|
||||||
SCRIPT_VERSION="0.4.1"
|
SCRIPT_VERSION="0.5"
|
||||||
DEPENDENCIES=("curl" "wget")
|
DEPENDENCIES=("curl" "wget")
|
||||||
MISSING=$(cat $TMP/missingDeps 2>/dev/null)
|
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}')
|
GIT_VERSION=$(curl -s https://api.github.com/repos/imputnet/helium-linux/releases/latest | grep "tag_name" | tr -d \", | awk '{print $2}')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue