Update install repository

This commit is contained in:
Tipragot 2023-09-05 16:22:53 +02:00
parent f9d9bb1e96
commit 9323de577d
No known key found for this signature in database

View file

@ -93,7 +93,7 @@ install_system() {
echo "Add tos repository..." echo "Add tos repository..."
echo "[tos]" >> /etc/pacman.conf echo "[tos]" >> /etc/pacman.conf
echo "SigLevel = Optional TrustAll" >> /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..." echo "Install arch linux..."
pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}" pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}"