Skip to content

Installing Happy Brackets via a script

angelofraietta edited this page Apr 9, 2019 · 6 revisions

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.

Clone this wiki locally