Fixing bad instruction.

This commit is contained in:
Luke 2017-09-24 18:14:06 -07:00
parent d3a73bf0be
commit fc89ca9542

View File

@ -15,8 +15,8 @@ I've also documented the configuration fairly well, check out the documentation
Once you've installed a fresh install of Arch Linux with an internet connection, but before making your user, just run the following in the command line as root: Once you've installed a fresh install of Arch Linux with an internet connection, but before making your user, just run the following in the command line as root:
``` ```
curl -O http://lukesmith.xyz/larbs/1.sh #Downloads the script. curl -O http://lukesmith.xyz/larbs/root.sh #Downloads the script.
bash 1.sh #To run it. bash root.sh #To run it.
``` ```
This will prompt you to create a user and a password and install all of the basic pacakges in the Arch repos. This will prompt you to create a user and a password and install all of the basic pacakges in the Arch repos.