Last active
August 28, 2020 14:25
-
-
Save wasimosmanhome/2f3c04a033aefa6f35d94d9e5bef4eea to your computer and use it in GitHub Desktop.
raspAP installation (unattended)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sL https://install.raspap.com | bash -s -- -y | |
sudo iptables -t nat -I POSTROUTING -d 127.0.0.0/8 -j ACCEPT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment