arch.sh redirect fix

This commit is contained in:
Luke 2017-11-24 10:17:21 -07:00
parent 778e9e4706
commit 843db7f3f4
2 changed files with 2 additions and 1 deletions

View File

@ -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.
```

View File

@ -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