diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ checkIfSudoAvailable(){ checkIfSudoAvailable # Depedencies check and install -declare -a depedencies=("curl" "wget" "bash" "jq" "nodejs" "npm" "gpg" "git") +declare -a depedencies=("curl" "wget" "bash" "jq" "npm" "gpg" "git" "make") for dep in "${depedencies[@]}" do printf "Checking for %s..." "$dep" |