diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-24 22:17:59 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-24 22:17:59 +0300 |
commit | 41363b4b99c5d094fbdea426d03b23194cd85a90 (patch) | |
tree | 749d0313a34f79cfb46bde8b15c5290712088625 /install.sh | |
parent | 645f2ed1ec9eac0263de95572ed821cf1c8389d9 (diff) | |
download | arching-kaos-tools-41363b4b99c5d094fbdea426d03b23194cd85a90.tar.gz arching-kaos-tools-41363b4b99c5d094fbdea426d03b23194cd85a90.tar.bz2 arching-kaos-tools-41363b4b99c5d094fbdea426d03b23194cd85a90.zip |
Added screen to the dependencies
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |