From 60f86352c6e39b7dfc21037c064e8ebe60b5a1d5 Mon Sep 17 00:00:00 2001 From: Cyteen May Date: Wed, 26 Feb 2020 13:59:47 +0000 Subject: [PATCH] Assume clean install and non-active system. --- 010_alsa.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/010_alsa.sh b/010_alsa.sh index e0bbffc..339687f 100755 --- a/010_alsa.sh +++ b/010_alsa.sh @@ -3,13 +3,14 @@ apt-get -y remove --purge pulseaudio pulseaudio-module-x11 pulseaudio-utils pavu DEST=/etc/skel -kill -9 `ps aux | grep -v grep | grep start-pulseaudio | awk {'print $2'}` -kill -9 `ps aux | grep -v grep | grep pulseaudio | awk {'print $2'}` +# Assume clean install +#kill -9 `ps aux | grep -v grep | grep start-pulseaudio | awk {'print $2'}` +#kill -9 `ps aux | grep -v grep | grep pulseaudio | awk {'print $2'}` -bash -c "rm /etc/asound.conf" -rm $HOME/.pulse-cookie -rm -r $HOME/.config/pulse -rm -rf /tmp/pulse* +#bash -c "rm /etc/asound.conf" +#rm $HOME/.pulse-cookie +#rm -r $HOME/.config/pulse +#rm -rf /tmp/pulse* apt-get -y install alsa-tools alsa-tools-gui alsa-utils alsa-oss alsamixergui volumeicon-alsa libalsaplayer0 apt-get -y install pnmixer