From aec8cddac551632f1e1d1f651d533bc7b860f1d4 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 20 Sep 2025 09:01:38 +0200 Subject: [PATCH] capitalize LUKS in echo --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index f65c393..364be7c 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,7 @@ esp="hardware/${1}/esp" longhorn="hardware/${1}/longhorn" # encrypt and unlock root device -echo -n 'Enter luks password: ' +echo -n 'Enter LUKS password: ' read -s root_pwd echo #to indicate progress after password prompt echo -n $root_pwd | cryptsetup -q luksFormat "$root"