diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:52:10 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-11 15:52:10 +0100 |
commit | b279b6fc5627b8eb16e512a4b10977e1d87bc486 (patch) | |
tree | 9a4cc1d570290021534a150f2b9175e0ac01e4cb /bin/first_stage.sh | |
parent | fdc64588e236630b4a0fe71d706d1483a6de0dbe (diff) | |
download | archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.tar archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.tar.zst archinstall-b279b6fc5627b8eb16e512a4b10977e1d87bc486.zip |
Maybe a bugfix for X11 localization.
Diffstat (limited to 'bin/first_stage.sh')
-rw-r--r-- | bin/first_stage.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 "" |