Skip to content

Instantly share code, notes, and snippets.

View Jsitech's full-sized avatar

Jason Soto Jsitech

View GitHub Profile
@Jsitech
Jsitech / Raspbian-AP-Setup.sh
Last active July 11, 2018 16:15
Simple Script to Set up an Access Point on the latest version of Raspbian Stretch
#!/bin/bash
# Raspbian-AP-Setup | Simple Script to Set up an Access Point on the latest version of Raspbian Stretch
# jasonsoto.com
# jsitech-sec.com
##############################################################################################################
if [ "$USER" != "root" ]; then