From 2ef44e79c4b84d77e69329b40741c0811180412b Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 27 Nov 2023 21:15:54 +0100 Subject: [PATCH] fix copying of repo to new root --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7d3dc42..57bf339 100755 --- a/install.sh +++ b/install.sh @@ -96,7 +96,7 @@ echo " sleep 2 -cp ~/arch-dev-vm /mnt/root/arch-dev-vm/ +cp -r ~/arch-dev-vm /mnt/root/ arch-chroot /mnt /root/chroot.sh