From 144f5b7d543f03ed76131d322feef06031d31ead Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 25 Jun 2022 23:04:57 -0400 Subject: [PATCH] Corrected artix-chroot command --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7d25562..dcdf9e6 100755 --- a/install.sh +++ b/install.sh @@ -169,4 +169,4 @@ echo "$rootpassword" > /mnt/tempfiles/rootpassword # download and initiate part 2 curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/chrootInstall.sh -o /mnt/chrootInstall.sh chmod +x /mnt/chrootInstall.sh -artix-chroot /mnt ./chrootInstall.sh +artix-chroot /mnt /chrootInstall.sh