Fix link to repo.

This commit is contained in:
dataprolet 2024-12-15 12:57:58 +01:00
parent 2e6d815e23
commit 2057a9aabf
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@ Tested and working as of **October 2024**.
## To automatically install Arch Linux, clone this repository: ## To automatically install Arch Linux, clone this repository:
``` ```
$ pacman -Sy git $ pacman -Sy git
$ git clone https://gitlab.com/dataprolet/arch $ git clone https://git.dataprolet.de/dataprolet/Arch-Linux-Installer.git
$ cd arch $ cd arch
$ sh install.sh $ sh install.sh
``` ```
### Or as a one-liner: ### 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: ### To switch from X11 to Wayland on an existing installation use the following command and reboot: