From 342e1f1f128316dc5d177a2f44fa8393424c7dfd Mon Sep 17 00:00:00 2001 From: nannal Date: Sat, 9 Jan 2021 00:21:10 +0200 Subject: [PATCH] moved script to /mnt/tmp --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9788987..3e0d250 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,6 @@ pacstrap /mnt base linux linux-firmware grub efibootmgr xorg leafpad vim git lxd genfstab -U /mnt >> /mnt/etc/fstab -cp chscript.sh /tmp/chscript.sh +cp chscript.sh /mnt/tmp/chscript.sh arch-chroot /mnt \ No newline at end of file