From a653d2eded8d38cf6bcc8e239a6293f419856df6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 14 Feb 2023 19:31:37 -0700 Subject: [PATCH] fix --- debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.sh b/debian.sh index cd8ff46..9359ee7 100755 --- a/debian.sh +++ b/debian.sh @@ -129,6 +129,7 @@ os-restore() { fstab cp -f debian.sh $TARGET/ systemMounts + chmod +x $TARGET/debian.sh chroot $TARGET /debian.sh bootloader $1 chroot $TARGET /debian.sh btrfs-tweaks rm -f $TARGET/debian.sh