From 5bc6702517b2eaadf7f25f7fbaefc559c20442d8 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Sep 2023 21:07:02 +0300 Subject: Removes nodejs as explicit depedency - Avoid name differences from package to executable (nodejs vs node) - Gets installed via npm --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 285d3f3..e17abdb 100755 --- a/install.sh +++ b/install.sh @@ -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" -- cgit v1.2.3