Fix link to repo.
This commit is contained in:
parent
2e6d815e23
commit
2057a9aabf
|
@ -11,14 +11,14 @@ Tested and working as of **October 2024**.
|
|||
## To automatically install Arch Linux, clone this repository:
|
||||
```
|
||||
$ pacman -Sy git
|
||||
$ git clone https://gitlab.com/dataprolet/arch
|
||||
$ git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git
|
||||
$ 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
|
||||
# pacman -Sy git --noconfirm && git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git && cd arch && sh install.sh
|
||||
```
|
||||
|
||||
### To switch from X11 to Wayland on an existing installation use the following command and reboot:
|
||||
|
|
Loading…
Reference in New Issue