15 lines
294 B
Markdown
15 lines
294 B
Markdown
# archinstall
|
|
My personal Arch install script.
|
|
|
|
## HOW-TO
|
|
Install git, clone the script, edit the `config` file to match your preferences
|
|
and run the `install.sh` script.
|
|
|
|
```bash
|
|
pacman -Sy git
|
|
git clone https://git.maby.dev/ange/archinstall.git
|
|
cd archinstall
|
|
$EDITOR config
|
|
./install.sh
|
|
```
|