Use the right repository in the install script

This commit is contained in:
Tipragot 2023-02-21 19:18:23 +01:00
parent 3022cbf8ff
commit d1d5bbcca6

View file

@ -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}"