Assume clean install and non-active system.

This commit is contained in:
Cyteen May 2020-02-26 13:59:47 +00:00
parent b4d81c1f6b
commit 60f86352c6
1 changed files with 7 additions and 6 deletions

View File

@ -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