Skip to content

Instantly share code, notes, and snippets.

View AlekBot's full-sized avatar
🤩
pushing weight

Aleks Vorobets AlekBot

🤩
pushing weight
View GitHub Profile
@AlekBot
AlekBot / rPi3-ap-setup.sh
Created March 31, 2025 15:46 — forked from Lewiscowles1986/rPi3-ap-setup.sh
Raspberry Pi 3 access-point-setup
#!/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