From 638eb9fe906acb779aa1d2e6aaa4d9a5653a21ea Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Tue, 4 Feb 2020 19:19:21 +0100 Subject: Fix test --- arch-installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch-installer.sh') diff --git a/arch-installer.sh b/arch-installer.sh index bc924b5..756f680 100755 --- a/arch-installer.sh +++ b/arch-installer.sh @@ -658,6 +658,7 @@ if [ "$extras" = true ]; then if [[ "$mate" = true || "$xfce" = true || "$lxde" = true \ || "$i3gaps" = true || "$awesome" = true || "$bspwm" = true ]]; then jo_pacstrap lightdm 97 + jo_pacstrap xterm 97 jo_pacstrap lightdm-gtk-greeter 97 fi if [ "$gnome" = true ]; then @@ -689,7 +690,7 @@ jo_fstab "IV. INSTALLING LINUX" dialog --title "V. CONFIGURING LINUX"\ --infobox "Finishing configuration"\ 3 30 -jo_arch_chroot > /dev/null 2>&1 +jo_arch_chroot 2>&1 sleep 4 dialog --title "WORK COMPLETE"\ --msgbox "\ -- cgit v1.2.3