diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -58,12 +58,9 @@ if command_exists pacman; then xclip \ hexchat \ brightnessctl \ - sndio \ - portaudio \ - iniparser + pulseaudio - git clone https://aur.archlinux.org/cava.git - (cd cava/ && makepkg -i --noconfirm) + bin/aurinstall --noconfirm cava elif command_exists apt; then wget -O- https://updates.signal.org/desktop/apt/keys.asc | ${SUDO} apt-key add - echo "deb [arch=$(dpkg --print-architecture)] https://updates.signal.org/desktop/apt xenial main" | sudo tee -a /etc/apt/sources.list.d/signal-xenial.list |