From 434b4830dca2d9475d7bdf03b034aecbb6d70ac0 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 19 Nov 2019 18:56:01 +0100 Subject: [PATCH] Update quick install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f99328c0..7e7d77e4 100644 --- a/README.md +++ b/README.md @@ -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.