Skip to content

Instantly share code, notes, and snippets.

@MrityunjaiKumar
Created February 15, 2017 18:34
Show Gist options
  • Save MrityunjaiKumar/588d12385e883377f841cd754256880c to your computer and use it in GitHub Desktop.
Save MrityunjaiKumar/588d12385e883377f841cd754256880c to your computer and use it in GitHub Desktop.
Install avahi with the following commands on the Raspberry Pi:
sudo apt-get install avahi-daemon
Update boot startup for avahi-daemon
sudo insserv avahi-daemon
Apply the new configuration with:
sudo /etc/init.d/avahi-daemon restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment