fixes for web compatibility
This commit is contained in:
4
www/.htaccess
Normal file
4
www/.htaccess
Normal file
@ -0,0 +1,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
|
@ -29,7 +29,7 @@
|
||||
<p>In any install of Arch Linux, simply log in as the root user and run the following in the terminal:</p>
|
||||
|
||||
<code>
|
||||
curl -O larbs.xyz/larbs.sh</br>
|
||||
curl -LO larbs.xyz/larbs.sh</br>
|
||||
|
||||
bash larbs.sh
|
||||
|
||||
|
Reference in New Issue
Block a user