Skip to content

Instantly share code, notes, and snippets.

@aerobless
Last active March 27, 2017 17:38
Show Gist options
  • Save aerobless/b01f00705198f6ca0ef765c1b8e8cd7b to your computer and use it in GitHub Desktop.
Save aerobless/b01f00705198f6ca0ef765c1b8e8cd7b to your computer and use it in GitHub Desktop.
Make Pi launch ultrahook right away

Make a Raspberry Pi (Raspbian) launch Ultrahook on boot

  1. sudo apt-get install screen
  2. The command we need to start a named screen with ultrahook and then detach it is: screen -S ultrahook -d -m ultrahook googlehome 8080 .
  3. Open /etc/rc.local in vim and add the command from above.
  4. Reboot to make sure it works: sudo reboot, when it's up again screen -X ultrahook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment