diff --git a/archinstall.sh b/archinstall.sh index 7bec51c..d95e2e1 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -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