From 7f0897a5075a54c21dcbdaa35dcb14bd4cd89e84 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Thu, 1 Jul 2021 15:07:38 -0400 Subject: [PATCH] Fix type --- archinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archinstall.sh b/archinstall.sh index 7eeb880..e4ef677 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -132,8 +132,8 @@ setup () { PKG=${PACKAGES[@]} arch-chroot /mnt pacman -Sy --noconfirm $PKG - arch-chroom /mnt systemctl enable NetworkManager - arch-chroom /mnt systemctl enable lightdm + arch-chroot /mnt systemctl enable NetworkManager + arch-chroot /mnt systemctl enable lightdm }