mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
docs: Simplify process of using install scripts
Now that install.sh downloads the other scripts if they are not present, fetching this entire repository is no longer necessary.
This commit is contained in:
parent
0be668443e
commit
1a0304003f
@ -13,23 +13,18 @@ I use `install.sh` to call these scripts with the proper user-generated variable
|
||||
|
||||
## Usage
|
||||
|
||||
First, download the .files archive, like so:
|
||||
First, download the install script.
|
||||
|
||||
```sh
|
||||
wget https://github.com/GloverDonovan/.files/archive/master.zip
|
||||
curl -L https://git.io/.install -o install.sh
|
||||
```
|
||||
|
||||
Then, install `unzip` and unzip the archive. Note that `-Sy` is used here since you don't want to update *everything* on the installation media, and `unzip` is unlikely to break in this case.
|
||||
After you have verified that the install script is indeed correct, run it.
|
||||
|
||||
```sh
|
||||
pacman -Sy unzip --noconfirm
|
||||
unzip master.zip
|
||||
sh install.sh
|
||||
```
|
||||
|
||||
Finally, run the install script:
|
||||
|
||||
```sh
|
||||
./.files-master/.archlinux/install-scripts/install.sh
|
||||
```
|
||||
That's it!
|
||||
|
||||
[archguide]: https://wiki.archlinux.org/index.php/Installation_guide
|
||||
|
Loading…
Reference in New Issue
Block a user