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: