https upgrade

This commit is contained in:
Luke
2018-01-29 12:05:13 -07:00
parent 5eddc857cd
commit ff2e646d16
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Luke's Auto-Rice Bootstraping Scripts (LARBS)
[Official Website: larbs.xyz](http://larbs.xyz)
[Official Website: larbs.xyz](https://larbs.xyz)
This is a set of scripts either can either (1) install Arch Linux automatically
with a typical Arch ISOed USB, and perhaps more prominently (2) automatically
@ -42,7 +42,7 @@ Blender, etc.).
This is just as easy. Log in as the root user and run the following.
```sh
curl -LO http://larbs.xyz/larbs.sh #Downloads the script.
curl -LO https://larbs.xyz/larbs.sh #Downloads the script.
bash larbs.sh #Runs it.
```
@ -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 -LO http://larbs.xyz/arch.sh #Downloads the script.
curl -LO https://larbs.xyz/arch.sh #Downloads the script.
bash arch.sh #Runs it.
```