Skip to content

Instantly share code, notes, and snippets.

@manishval
Last active April 24, 2016 21:43
Show Gist options
  • Save manishval/322430418a04c0ab3af47a22ea22f96e to your computer and use it in GitHub Desktop.
Save manishval/322430418a04c0ab3af47a22ea22f96e to your computer and use it in GitHub Desktop.
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