From b279b6fc5627b8eb16e512a4b10977e1d87bc486 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 11 Dec 2019 15:52:10 +0100 Subject: Maybe a bugfix for X11 localization. --- bin/first_stage.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/first_stage.sh') diff --git a/bin/first_stage.sh b/bin/first_stage.sh index ddb0f6b..858e251 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -112,15 +112,15 @@ echo "" # Install basic Packages -echo "Going to install basic packages ..." +echo "Going to install packages ..." sleep $DELAY echo "" pacstrap /mnt base linux linux-firmware dhcpcd nano sudo grub efibootmgr if [ "$desktop" = "yes" ]; then - pacstrap /mnt xorg lightdm lightdm-gtk-greeter xfce4 + pacstrap /mnt xorg lightdm lightdm-gtk-greeter xfce4 mousepad fi echo "" -echo "Installed basic packages - OK" +echo "Installed packages - OK" sleep $DELAY echo "" -- cgit v1.2.3-70-g09d2