From 3529d8bf608e514ef6c06395715d37230f0747a5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 12 May 2023 12:34:53 -0600 Subject: [PATCH] fix --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 7d3e171..c49e1c4 100755 --- a/debian.sh +++ b/debian.sh @@ -204,7 +204,7 @@ configure-repository() { chroot $TARGET /usr/bin/bash -c "export DEBIAN_FRONTEND=noninteractive;/usr/bin/apt auto-remove -y" fi - echo 'DPkg::Post-Invoke {"/usr/bin/debian.sh snapshot";};' >$TARGET/etc/apt/apt.conf + #echo 'DPkg::Post-Invoke {"/usr/bin/debian.sh snapshot";};' >$TARGET/etc/apt/apt.conf } make-image() {