This commit is contained in:
seiichiro 2021-09-17 16:56:55 +02:00
parent b93ab2004b
commit 2e39a6302e

View file

@ -126,7 +126,7 @@ fi
sleep 2
if [ $encryption -eq 1 ]; then
cho "Creating Encrypted Root Partition"
echo "Creating Encrypted Root Partition"
read -s -r -p "Please Enter the Encryption Passhprase: " lukspw
read -s -r -p "Please Verify the Encryption Passhprase: " lukspw2
[ "$lukspw" != "$lukspw2" ] && echo "Passphrases don't match!" && exit 1