From 4488a52631d2acb99d8d69c50ef8f01f57bc8bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Aim=C3=A9?= Date: Fri, 26 Feb 2021 12:15:45 +0100 Subject: [PATCH] Update install.sh --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 866577f..53539c2 100644 --- a/install.sh +++ b/install.sh @@ -283,7 +283,7 @@ install_package() { rm Release.key && sudo apt-get update apt-get install zeek -y elif [[ $1 == "nodejs" ]]; then - curl -sL https://deb.nodesource.com/setup_12.x | bash + curl -sL https://deb.nodesource.com/setup_14.x | bash apt-get install -y nodejs elif [[ $1 == "dig" ]]; then apt-get install -y dnsutils @@ -436,7 +436,7 @@ change_configs() { } feeding_iocs() { - echo -e "\e[39m[+] Feeding your TinyCheck instance with fresh IOCs and whitelist." + echo -e "\e[39m[+] Feeding your TinyCheck instance with fresh IOCs and whitelist, please wait." python3 /usr/share/tinycheck/server/backend/watchers.py } @@ -480,4 +480,4 @@ else feeding_iocs cleaning reboot_box -fi \ No newline at end of file +fi