PirateBox Software - epfl-dojo/porangebox GitHub Wiki

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