mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-02 06:57:27 -04:00
Re-implement new line in interactive configuration
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ read -rp "disk: " disk
|
|||||||
read -rp "swap (in GB): " swap
|
read -rp "swap (in GB): " swap
|
||||||
|
|
||||||
read -n 1 -rp "clean install? (y/N) " wipe
|
read -n 1 -rp "clean install? (y/N) " wipe
|
||||||
|
echo
|
||||||
read -rp "username: " username
|
read -rp "username: " username
|
||||||
|
|
||||||
read -rp "$username password: " userpassword
|
read -rp "$username password: " userpassword
|
||||||
|
|||||||
Reference in New Issue
Block a user