From d9fed1a55865a495719fc70bae484517be3007d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aim=C3=A9?= Date: Wed, 14 Apr 2021 16:50:16 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index eb59e6d..39ee4ae 100644 --- a/install.sh +++ b/install.sh @@ -303,8 +303,7 @@ check_dependencies() { "/usr/bin/suricata" "/usr/bin/unclutter" "/usr/bin/sqlite3" - "/usr/bin/pip" - "/usr/bin/node") + "/usr/bin/pip") echo -e "\e[39m[+] Checking dependencies...\e[39m" for bin in "${bins[@]}" @@ -316,6 +315,7 @@ check_dependencies() { install_package ${bin##*/} fi done + install_package node echo -e "\e[39m[+] Install Python packages...\e[39m" python3 -m pip install -r "$SCRIPT_PATH/assets/requirements.txt" }