Add option to decline encryption at install, fixes #125

This commit is contained in:
Hal Emmerich 2019-10-12 13:37:26 -05:00
parent c80f515d9a
commit fd6159b753

View File

@ -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"
;;