From 9323de577d33fcb52159f96173073d62112af5d0 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Tue, 5 Sep 2023 16:22:53 +0200 Subject: [PATCH] Update install repository --- installation/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install b/installation/install index 78fd476..a2f7904 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/main/repository" >> /etc/pacman.conf + echo "Server = https://git.tipragot.fr/tipragot/tos/raw/branch/main/repository" >> /etc/pacman.conf echo "Install arch linux..." pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}"