sudo apt-get install -y git
git clone --depth=1 https://github.com/Honey-Pi/HoneyPi.git HoneyPi
cd HoneyPi
sudo sh install.sh
It is recommended to run it in your home directory.
First start on a clean Raspbian Stretch Lite OS
We recommend flashing with balenaEtcher
- Connect HDMI to a TV
- Boot up
- Login with username
pi
and passwordraspberry
- Run
sudo rapi-config
- Select
5 Interfacing Options
and enableP2 SSH
- Connect your Raspi Ethernet Bus to your Router. If you use a Raspi Zero you could configure a wifi network connection.
- Now you can connect with your computer the first time via SSH to the Raspi.
- Login again. Change password with
passwd
tohivescale
- Run the Install Instructions from above