Skip to content

Instantly share code, notes, and snippets.

View psiphi75's full-sized avatar

Simon Werner psiphi75

View GitHub Profile
@psiphi75
psiphi75 / rPi3-ap-setup.sh
Last active January 7, 2018 20:02 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 wifi access-point-setup (AP) and internet sharing over ethernet
#!/bin/bash
#
# This version uses September 2017 august stretch image, please use this image
#
if [ "$EUID" -ne 0 ]
then echo "Must be root"
exit
fi