arch.sh redirect fix
This commit is contained in:
parent
778e9e4706
commit
843db7f3f4
@ -72,7 +72,7 @@ mind a full wipe. That said, you can run it like this after booting into an Arch
|
|||||||
live environment:
|
live environment:
|
||||||
|
|
||||||
```sh
|
```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.
|
bash arch.sh #Runs it.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -2,3 +2,4 @@ RewriteEngine On
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
RewriteRule ^([^\.]+)$ $1.html [NC,L]
|
||||||
Redirect /larbs.sh https://raw.githubusercontent.com/LukeSmithxyz/LARBS/master/rc/larbs.sh
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user