Skip to content

PirateBox Software

Nicolas Borboën edited this page Jun 30, 2017 · 5 revisions

Once connected on your OrangePi with some network available, you can follow the PirateBox DIY manual.

apt update
apt install -y lighttpd dnsmasq hostapd iw iptables python

/etc/init.d/lighttpd stop && update-rc.d lighttpd remove

/etc/init.d/dnsmasq stop  && update-rc.d dnsmasq remove

/etc/init.d/hostapd stop && update-rc.d hostapd remove

rm /bin/sh
ln /bin/bash /bin/sh
chmod a+rx  /bin/sh

Clone this wiki locally