2018-12-01 20:28:47 +01:00
# Install Scripts
Here are my Arch Linux install scripts. They are divided into 4 parts:
1. Pre-install: Setting up the drive to install Arch on
2. Install: Installing Arch Linux to that drive
3. Configure: Writing some basic low-level config files
4. Post-install: Post-install configuration
2018-12-04 21:12:27 +01:00
I use `install.sh` to call these scripts with the proper user-generated variables. (TODO: clone this repository to the newly created home directory and run any other post-install commands on first boot).
2018-12-01 20:28:47 +01:00
> **Note**: If you do not understand my install scripts, you should follow the [Installation guide][archguide] instead.
2018-12-04 21:12:27 +01:00
## Usage
2018-12-01 20:28:47 +01:00
2018-12-07 00:31:36 +01:00
First, download the install script.
2018-12-04 21:12:27 +01:00
```sh
2018-12-07 00:31:36 +01:00
curl -L https://git.io/.install -o install.sh
2018-12-04 21:12:27 +01:00
```
2018-12-07 00:31:36 +01:00
After you have verified that the install script is indeed correct, run it.
2018-12-04 21:12:27 +01:00
```sh
2018-12-07 00:31:36 +01:00
sh install.sh
2018-12-04 21:12:27 +01:00
```
2018-12-07 00:31:36 +01:00
That's it!
2018-12-01 20:28:47 +01:00
[archguide]: https://wiki.archlinux.org/index.php/Installation_guide