From 843db7f3f41d90e8c29f7cb941958c7847b97a3d Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 24 Nov 2017 10:17:21 -0700 Subject: [PATCH] arch.sh redirect fix --- docs/README.md | 2 +- www/.htaccess | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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