Update quick install

This commit is contained in:
Bill Zimmerman 2019-11-19 18:56:01 +01:00 committed by GitHub
parent 11e71a638f
commit 434b4830dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ With the prerequisites done, you can proceed with either the Quick installer or
## Quick installer
Install RaspAP from your RaspberryPi's shell prompt:
```sh
wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap
curl -L https://install.raspap.com | bash
```
The installer will complete the steps in the manual installation (below) for you.