From 8449ae40aba98a02d6f03e852b8a682fbca373d3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 15 Jul 2023 21:22:27 -0600 Subject: [PATCH] fix --- debian.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 2e05741..6a67a50 100755 --- a/debian.sh +++ b/debian.sh @@ -2,7 +2,15 @@ ######################## # What this script is: # -# An automatic installer for Debian Stable with BTRFS, Snapshots, and Full-disk-encryption +# An automatic installer for Debian Stable with the following features: +# 1. BTRFS with Grub Snapshots +# 2. Full-disk-encryption +# 3. Hibernation +# 4. GNOME or KDE Desktop +# 5. The ability to build a custom and deployable image onto any machine +# 6. Easily create a bootable USB drive +# 7. Automatic Partitioning +# 8. Bypass entering encrypted disk password at boot time if desired # # INSTRUCTIONS #