install lolcat

This commit is contained in:
poka 2020-05-16 21:22:04 +02:00
parent 0e31bf40c1
commit 4ea5e78222
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fi
[[ ! -d ~/.zen/astroport ]] && mkdir -p ~/.zen/astroport
# IS git THERE ?
[[ ! $(which git) ]] && sudo apt install git lolcat -y
[[ ! $(which git) || ! $(which lolcat) ]] && sudo apt install git lolcat -y
# USE git pull OR git clone
if [[ -f ~/.zen/astroport/install.sh ]]; then