Fix a typo

This commit is contained in:
Lemniskett 2020-11-01 06:51:53 +07:00 committed by GitHub
parent 02b66b05d1
commit 4b1ad48409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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