diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-24 17:28:59 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-24 17:28:59 +0200 |
commit | f31e597606b4355c2fcf6e06b0e8f203d16e385b (patch) | |
tree | 05edc30d9d81141a2eaba4b42848eda251615e5c | |
parent | 5aa35c24dc0e3594ad5819cce521ec7d00220b0a (diff) |
Install chafa
-rwxr-xr-x | install.sh | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -67,7 +67,8 @@ if command_exists pacman; then hexchat \ brightnessctl \ pulseaudio \ - pavucontrol + pavucontrol \ + chafa bin/aurinstall --noconfirm cava bin/aurinstall --noconfirm i3lock-fancy-rapid-git @@ -103,7 +104,8 @@ elif command_exists apt; then brightnessctl \ cava \ pulseaudio \ - pavucontrol + pavucontrol \ + chafa else echo "Your distro is not supported." exit 1 |