aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 9fdbdf9..c8895ce 100755
--- a/install.sh
+++ b/install.sh
@@ -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