diff options
-rwxr-xr-x | arch-installer.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 "\ |