From fd6159b753bad35c15037bbfd3ddc771a426b3cc Mon Sep 17 00:00:00 2001 From: Hal Emmerich Date: Sat, 12 Oct 2019 13:37:26 -0500 Subject: [PATCH] Add option to decline encryption at install, fixes #125 --- scripts/InstallScripts/InstallToInternal.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/InstallScripts/InstallToInternal.sh b/scripts/InstallScripts/InstallToInternal.sh index 68f33f1..78f00f1 100755 --- a/scripts/InstallScripts/InstallToInternal.sh +++ b/scripts/InstallScripts/InstallToInternal.sh @@ -100,6 +100,9 @@ then touch /mnt/boot/root_encryption break ;; + No,*|*,No ) + break + ;; * ) echo "Invalid Option, please enter Yes or No, 1 or 2" ;;