Raspberry Pi
All Raspberry Pi models work great with ENiGMA½! Keep in mind compiling the dependencies with
npm install will take some time and may appear to hang. It’s still working - just be patient and let it
complete.
Basic Instructions
-
Download Raspberry Pi OS Lite (64-bit recommended for Pi 3 and newer). Follow the instructions on the Raspberry Pi site regarding how to get it written to an SD card.
- Run
sudo raspi-config, then:- Set your timezone (option 5, option L2)
- Enable SSH (option 3, option P2)
- Expand the filesystem to use the entire SD card (option 6, option A1)
-
Update & upgrade all packages:
sudo apt-get update && sudo apt-get upgrade -
Install required packages:
sudo apt install git lrzsz p7zip-full -
Follow the installation instructions to install ENiGMA½.
- Profit!
