-
Notifications
You must be signed in to change notification settings - Fork 3
Installing Happy Brackets via a script
You may choose to install HappyBrackets from a new version of Raspbian.
Install software by running a script
From an existing fresh Linux installation (eg. Raspbian and NOOBS, which is a bit easier to flash to a disk), ensure you have an internet connection, then run the following two commands at the commandline:
curl https://raw.githubusercontent.com/orsjb/HappyBrackets/master/DeviceSetup/setup-image.sh | bash
NOTE: Do not use your only Raspberry Pi SD card as the changes made by the script may interact poorly with whatever custom setup you have for your system. We recommend a separate card to focus only on Happybrackets. The script is designed to interact with a fresh NOOBS system seamlessly.
You will also be prompted whether you want your Pi's hostname renamed on its first restart.
See Configuring-Wifi for instructions on configuring your Pi for your WiFi network.
User Area: If you are using HappyBrackets to do stuff.
- Getting Started
- What's in the Developer Kit Download
- Basic hardware requirements for using HappyBrackets
- Troubleshooting
- User FAQ
Further Topics:
- Logging into the device via SSH
- Using the HB Class
- Sending HB Actions
- Using the HappyBrackets IntelliJ Plugin
- Configuring HappyBrackets
- Copying Audio and Classes and Autorunning Actions
Developer Area: If you are developing or hacking HappyBrackets under the hood.