From 7b6bcee5ca9867caad79a5ef9cfb16f4dc075ea5 Mon Sep 17 00:00:00 2001 From: Shinjitsu Ni Ikiru Date: Sun, 16 Jul 2023 14:02:33 -0600 Subject: [PATCH] fix --- debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.sh b/debian.sh index 39024c5..ac2fce4 100755 --- a/debian.sh +++ b/debian.sh @@ -245,6 +245,7 @@ make-image() { custom_service_files rm -rf $TARGET/var/lib/flatpak cp -f debian.sh $TARGET/usr/bin/ + echo 'bash /usr/bin/debian.sh hibernate' >>$TARGET/setup.sh echo "bash /usr/bin/debian.sh bootloader $1 $ROOT_NAME $ROOT_MAPPER_NAME" >>$TARGET/setup.sh echo 'bash /usr/bin/debian.sh grub-snapshots' >>$TARGET/setup.sh echo 'bash /usr/bin/debian.sh desktop' >>$TARGET/setup.sh