From 2232b055b91db83aec4c336f2262837186a8e7a8 Mon Sep 17 00:00:00 2001 From: lemniskett Date: Wed, 28 Oct 2020 10:55:56 +0700 Subject: [PATCH] Install pulseaudio during setup. --- chroot_setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot_setup.bash b/chroot_setup.bash index c9ce39c..138d0d0 100755 --- a/chroot_setup.bash +++ b/chroot_setup.bash @@ -13,7 +13,7 @@ msg "Initializing pacman keyrings..." pacman-key --init pacman-key --populate archlinux msg "Installing essential packages..." -pacman -Syu base base-devel xorg --noconfirm +pacman -Syu base base-devel xorg pulse audio --noconfirm msg "Creating user account..." echo "Enter the name of the user account, you may want it to be the same as the host os so it will share the same home directory" read CHROOT_USER