diff --git a/docs/README.md b/docs/README.md index 7ccabce..226b8b1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -72,7 +72,7 @@ mind a full wipe. That said, you can run it like this after booting into an Arch live environment: ```sh -curl -O http://larbs.xyz/arch.sh #Downloads the script. +curl -LO http://larbs.xyz/arch.sh #Downloads the script. bash arch.sh #Runs it. ``` diff --git a/www/.htaccess b/www/.htaccess index e1714eb..9102592 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -2,3 +2,4 @@ RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.html [NC,L] Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/larbs.sh +Redirect /arch.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/arch.sh