Currently this works with Raspbian Jessie, Stretch or Buster and "pi" user at this time.
-
To setup from a fresh Raspbian image, first download a full Jessie image from Raspberry Pi downloads and flash it onto an SD Card.
-
Download the Sleepy-Pi-Setup.sh into /hope/pi . You can do this from a terminal window with:
wget https://raw.githubusercontent.com/SpellFoundry/Sleepy-Pi-Setup/master/Sleepy-Pi-Setup.sh
-
Make it executable by:
chmod +x Sleepy-Pi-Setup.sh
-
Execute the script with sudo
sudo ./Sleepy-Pi-Setup.sh
-
Reboot
Note this doesn't setup the RTC which you will need to manually do for now. For Sleepy Pi 2 see Setting up the RTC on Jessie
Copy and paste the following code
sudo -s
cd /usr/src
wget https://raw.githubusercontent.com/SpellFoundry/Sleepy-Pi-Setup/master/Sleepy-Pi-Setup.sh
chmod a+x Sleepy-Pi-Setup.sh
./Sleepy-Pi-Setup.sh
unlink Sleepy-Pi-Setup.sh
exit