From 14c48fbb06a0823b79ec8e06fc65b17cbcbaa692 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 3 Dec 2023 13:50:31 -0500 Subject: [PATCH] Re-implement new line in interactive configuration --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8ee728c..10f94f2 100755 --- a/install.sh +++ b/install.sh @@ -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