From eaa8232322953f32b05d0e8e1fb70608b5987db2 Mon Sep 17 00:00:00 2001 From: Randall Date: Thu, 22 Sep 2022 23:23:05 -0400 Subject: [PATCH] Corrected a typo causing installation to fail --- chrootInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrootInstall.sh b/chrootInstall.sh index c60e064..bf19e87 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -179,6 +179,7 @@ if [ "$formfactor" == 1 ]; then rc-add supergfxd rc-service supergfxd start supergfxctl -m integrated +fi # ssh configuration pacman -S openssh --needed --noconfirm