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