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