diff --git a/README.md b/README.md index cf3b525..e2d2f33 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,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 +$ wget -q https://git.io/fhhu5 -O /tmp/raspap && bash /tmp/raspap ``` The installer will complete the steps in the manual installation (below) for you. @@ -96,7 +96,7 @@ Once those modifications are done, git clone the files to `/var/www/html`. `/var/www` instead. ```sh sudo rm -rf /var/www/html -sudo git clone https://github.com/billz/raspap-webgui /var/www/html +sudo git clone https://github.com/necro-nemesis/raspap-webgui /var/www/html ``` Set the files ownership to `www-data` user. ```sh