From d1d5bbcca6b4b8080dbf8a6d8dfebd4ba730c099 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Tue, 21 Feb 2023 19:18:23 +0100 Subject: [PATCH] Use the right repository in the install script --- installation/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install b/installation/install index 8092685..78fd476 100755 --- a/installation/install +++ b/installation/install @@ -93,7 +93,7 @@ install_system() { echo "Add tos repository..." echo "[tos]" >> /etc/pacman.conf echo "SigLevel = Optional TrustAll" >> /etc/pacman.conf - echo "Server = https://git.tipragot.fr/tipragot/tos/-/raw/working-desktop/repository" >> /etc/pacman.conf # TEMP: For development + echo "Server = https://git.tipragot.fr/tipragot/tos/-/raw/main/repository" >> /etc/pacman.conf echo "Install arch linux..." pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}"