From 2057a9aabf08e7d44942bf8bb9519961e6a5f1a5 Mon Sep 17 00:00:00 2001 From: dataprolet Date: Sun, 15 Dec 2024 12:57:58 +0100 Subject: [PATCH] Fix link to repo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84acd4f..7b582b6 100644 --- a/README.md +++ b/README.md @@ -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: