From 2e39a6302eeb282868570e78d0f44fcdc69e4b53 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Fri, 17 Sep 2021 16:56:55 +0200 Subject: [PATCH] Fix Typo --- archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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