Skip to content

Setting up the Enviroment

This guide will show you how to set up the Raspberry Pi Zero 2 W environment for the HackMaster Pi.

  1. Install git:
    Terminal window
    sudo apt install git
  2. Clone the repository:
    Terminal window
    git clone https://github.com/1PingSun/HackMaster-Pi.git
  3. Run the setup script:
    Terminal window
    cd HackMaster-Pi
    chdmod +x setup.sh
    sudo ./setup.sh