From 1781ac5d0d6c0651855b13a99a3cdcfde5013b6b Mon Sep 17 00:00:00 2001 From: Tipragot Date: Tue, 21 Feb 2023 19:06:13 +0100 Subject: [PATCH] Use the global package in the installation script --- installation/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install b/installation/install index 2a9d05d..8092685 100755 --- a/installation/install +++ b/installation/install @@ -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