From 41363b4b99c5d094fbdea426d03b23194cd85a90 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 24 Sep 2023 22:17:59 +0300 Subject: Added screen to the dependencies --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2b9c769..368b400 100755 --- a/install.sh +++ b/install.sh @@ -93,7 +93,7 @@ checkIfSudoAvailable(){ checkIfSudoAvailable # Depedencies check and install -declare -a depedencies=("curl" "wget" "bash" "jq" "npm" "gpg" "git" "make") +declare -a depedencies=("curl" "wget" "bash" "jq" "npm" "gpg" "git" "make" "screen") for dep in "${depedencies[@]}" do printf "Checking for %s..." "$dep" -- cgit v1.2.3