Skip to content

Instantly share code, notes, and snippets.

@utaani
utaani / rPi3-ap-setup.sh
Last active January 5, 2017 12:03 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 access-point-setup
#!/bin/bash
#
# This version uses September 2016 rpi jessie image, please use this image
#
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi