From 15751c77ac5970a5e4777d692e442c3ea410ff80 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 19 Oct 2017 17:58:40 -0700 Subject: [PATCH] fix of arch.sh location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5345392..b3860f4 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Then, finally, once that all is done, you should be able to log out, then log in I also have a script here for installing Arch automatically. I *only* wrote this script so I could quickly install then test the other scripts on new computers, but theoretically you could use it as well. *BUT* this is a lazy, pre-alpha script which does not give you many options (it automatically chooses the New York time zone, US English, GRUB, Network Manager, etc). Even more important, it automatically partitions /dev/sda without asking, so unless, you have no non-backed up data on your machine, I don't advise running it unless you don't mind a full wipe. That said, you can run it like this after booting into an Arch live environment: ``` -curl -O http://lukesmith.xyz/larbs/arch.sh #Downloads the script. +curl -O http://larbs.xyz/arch.sh #Downloads the script. bash arch.sh #Runs it. ```