Merge branch '10-install-repo-address' into 'main'

Resolve "Wrong address for the repository in the installation script"

Closes #10

See merge request tipragot/tos!5
This commit is contained in:
Tipragot 2023-02-21 19:19:19 +01:00
commit 96d2b3a0f0

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