summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2017-10-19 17:58:40 -0700
committerLuke <luke@lukesmith.xyz>2017-10-19 17:58:40 -0700
commit15751c77ac5970a5e4777d692e442c3ea410ff80 (patch)
treea33d5a8330e2d9fc80913c18bd1b31ee4d0ae5ba /README.md
parent26ff028b19e0d7f65539f14692d52bd178259f76 (diff)
fix of arch.sh location
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.
```