Re-implement new line in interactive configuration

This commit is contained in:
2023-12-03 13:50:31 -05:00
parent 1a84f4b648
commit 14c48fbb06
+1 -1
View File
@@ -21,7 +21,7 @@ read -rp "disk: " disk
read -rp "swap (in GB): " swap
read -n 1 -rp "clean install? (y/N) " wipe
echo
read -rp "username: " username
read -rp "$username password: " userpassword