This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo su | |
apt-get --purge remove linux-sound-base alsa-base alsa-utils | |
apt-get install linux-sound-base alsa-base alsa-utils | |
apt-get install gdm ubuntu-desktop | |
reboot |