aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-09-24 22:17:59 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-09-24 22:17:59 +0300
commit41363b4b99c5d094fbdea426d03b23194cd85a90 (patch)
tree749d0313a34f79cfb46bde8b15c5290712088625
parent645f2ed1ec9eac0263de95572ed821cf1c8389d9 (diff)
downloadarching-kaos-tools-41363b4b99c5d094fbdea426d03b23194cd85a90.tar.gz
arching-kaos-tools-41363b4b99c5d094fbdea426d03b23194cd85a90.tar.bz2
arching-kaos-tools-41363b4b99c5d094fbdea426d03b23194cd85a90.zip
Added screen to the dependencies
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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"