Use the global package in the installation script

This commit is contained in:
Tipragot 2023-02-21 19:06:13 +01:00
parent b7cda634b5
commit 1781ac5d0d

View file

@ -96,7 +96,7 @@ install_system() {
echo "Server = https://git.tipragot.fr/tipragot/tos/-/raw/working-desktop/repository" >> /etc/pacman.conf # TEMP: For development
echo "Install arch linux..."
pacstrap -K /mnt tos-desktop-wm networkmanager "tos-drivers-${drivers}"
pacstrap -K /mnt tos-desktop "tos-drivers-${drivers}"
echo "Generate fstab..."
genfstab -U /mnt >> /mnt/etc/fstab