From 4b1ad484094984e781e9f25f04232a612047a96d Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Sun, 1 Nov 2020 06:51:53 +0700 Subject: [PATCH] Fix a typo --- chroot_setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot_setup.bash b/chroot_setup.bash index 138d0d0..3ce178c 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 pulse audio --noconfirm +pacman -Syu base base-devel xorg pulseaudio --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