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"