This commit is contained in:
teldra 2022-02-07 04:19:38 +01:00
parent 0163641875
commit 06b9e83b9a
1 changed files with 4 additions and 2 deletions

View File

@ -148,11 +148,13 @@ do_partition() {
}
user() {
read -p "Username? " USERNAME
input "Username" "voiduser"
USERNAME=$output
}
hostname() {
read -p "Hostname? " HOSTNAME
input "Hostname" "voidlinux"
HOSTNAME=$output
}
base() {