aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 3e77d3e..21ed837 100755
--- a/install.sh
+++ b/install.sh
@@ -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"