This project is meant to be a full transformation of the PirateBox project. It has been tested with a Raspberry Pi 3B and Zero W.
-
Install PirateBox
-
Download the needed file
- For MacOS and Linux
- cd ~/Desktop/ && git clone https://github.com/digigon1/MeeseeksBox && zip -r MeeseeksBox.zip zip -r MeeseeksBox -x "*.DS_Store" && rm -fr MeeseeksBox && echo “script complete” && exit
- For Windows
- Use of a bash port is recommended, follow the Linux instructions after it is installed
- For MacOS and Linux
-
Connect to your PirateBox
- Connect via SSH by following the instructions here
- Connect using a keyboard
-
Copy MeeseeksBox.zip to the Pi
- Through the Piratebox installation
- Connect to your Piratebox and upload MeeseeksBox.zip using the original piratebox browser
- Drag and drop MeeseeksBox.zip to the NO NAME partition after imaging your card
- Using scp
- Send the file to the Piratebox by using the scp command (scp MeeseeksBox.zip alarm@piratebox.lan:~)
- Through the Piratebox installation
-
Find your file #If you uploaded using the browser your output should be similar
- sudo find / -name MeeseeksBox.zip
- Example output:
- [alarm@alarmpi ~]$ find -name MeeseeksBox.zip
- /opt/piratebox/share/Shared/MeeseeksBox.zip
- sudo find / -name MeeseeksBox.zip
-
Move MeeseeksBox.zip to the appropriate directory and unzip your file.
- Example command:
- sudo mv /opt/piratebox/share/Shared/MeeseeksBox.zip /home/alarm/ && cd /home/alarm && sudo unzip MeeseeksBox.zip
-
Run the install script.
- cd MeeseeksBox/files && sudo chmod +x install.sh && sudo ./install.sh
-
Reboot your Piratebox and connect to your MeeseeksBox!