Fixing some PROMPT_COMMAND bug; adding packages for GUI in ShadowArch for now

This commit is contained in:
2020-11-22 13:42:46 -06:00
parent fe260899ba
commit 814b7d1aac
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ fi
header Installing ArchLinux to device\(s\) on /mnt
export pkglist="base base-devel parted net-tools bind-tools git openssh make elinks weechat vim wget tor torsocks grub os-prober rsync openntpd tmux efibootmgr shadowarch"
if [ ! -z "$gui" ]; then
export pkglist="$pkglist"" xorg-server xfce4 chromium conky tigervnc xscreensaver"
export pkglist="$pkglist"" xorg-server xfce4 hunspell hunspell-en_US thunar-archive-plugin thunar-media-tags-plugin thunar-volman chromium conky tigervnc xscreensaver"
fi
if [ ! -z "$spartacus" ]; then
export pkglist="$pkglist"" exfat-utils"