Update README.md

This commit is contained in:
proledatarian 2022-07-13 15:33:26 +00:00
parent 56e26dc12f
commit 26d072ede1
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,13 @@ cd arch
sh install.sh
```
### Or as a one-liner:
```
pacman -Sy git --noconfirm && git clone https://gitlab.com/dataprolet/arch && cd arch && sh install.sh
```
- Tested and working as of 13th of July 2022.
### *There are now two additional versions of the script:*
- `install-lvm.sh` - Installs using Ext4 and uses LVM for /root and /home.
- `install-grub.sh` - Installs using GRUB for legacy BIOS.