Update README.md
This commit is contained in:
parent
56e26dc12f
commit
26d072ede1
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue