diff options
-rwxr-xr-x | scripts/install-with-disko | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/install-with-disko b/scripts/install-with-disko index 5845c2d..00bcd5d 100755 --- a/scripts/install-with-disko +++ b/scripts/install-with-disko @@ -59,7 +59,7 @@ if grep -q "data.keyfile" "${DIR}/../hosts/${TARGET_HOST}/disks.nix"; then echo -n "Re-enter passphrase: " read -s pass2 - echo -e '\n' + echo if [[ "${pass}" != "${pass2}" ]]; then echo 'ERROR! Passphrases must match.' >&2 @@ -74,6 +74,7 @@ fi <<EOF + ++++++++ The disk(s) in ${TARGET_HOST} are about to get wiped! WARNING! NixOS will be re-installed on ${TARGET_HOST}. ++++++++ This is a destructive operation!!! |