Last active
April 24, 2016 21:43
-
-
Save manishval/322430418a04c0ab3af47a22ea22f96e to your computer and use it in GitHub Desktop.
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
sudo apt-get update | |
sudo apt-get upgrade -y | |
sudo apt-get dist-upgrade -y | |
sudo rpi-update | |
sudo apt-get install -y xrdp | |
sudo apt-get install -y tightvncserver | |
sudo apt-get install -y mysql-server | |
sudo apt-get install -y scrot | |
sudo apt-get install -y samba samba-common-bin | |
sudo smbd restart | |
sudo nmbd restart | |
sudo smbpasswd –a pi | |
sudo apt-get install -y netatalk | |
sudo apt-get install -y libnss-mdns | |
sudo apt-get install -y blueman pi-bluetooth bluetooth | |
# Try adding dtparam=audio=on to /boot/config.txt | |
# by fzinken [https://discourse.osmc.tv/t/alsa-doesnt-work-after-last-update/10600] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment