Install pulseaudio during setup.
This commit is contained in:
parent
dc8165130c
commit
2232b055b9
@ -13,7 +13,7 @@ msg "Initializing pacman keyrings..."
|
|||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman-key --populate archlinux
|
pacman-key --populate archlinux
|
||||||
msg "Installing essential packages..."
|
msg "Installing essential packages..."
|
||||||
pacman -Syu base base-devel xorg --noconfirm
|
pacman -Syu base base-devel xorg pulse audio --noconfirm
|
||||||
msg "Creating user account..."
|
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"
|
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
|
read CHROOT_USER
|
||||||
|
Loading…
Reference in New Issue
Block a user