diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-04 22:46:36 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-04 22:46:36 +0100 |
commit | 3e98a07a5a843f130b61038dab6d9675e36a2579 (patch) | |
tree | fa8a69657cfc6aac10533a265954e38e27138f46 | |
parent | c8883537daa597f34d06a6d01e9c8ede263377aa (diff) |
re-add regular lolcat, sl is incompatible with lcat
-rwxr-xr-x | shell_only.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh index f9559dd..2d91b3a 100755 --- a/shell_only.sh +++ b/shell_only.sh @@ -75,11 +75,12 @@ if command_exists pacman; then Sudo = $(which ${SUDO}) EOT - paru -S --noconfirm tty-clock-git + paru -S --noconfirm c-lolcat tty-clock-git elif command_exists apt; then ${SUDO} apt update ${SUDO} apt install -y \ bat \ + lolcat \ cowsay \ fortune \ zsh \ |