From 8d41afb5f771c799d58549fc668afb014e7f6e68 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 3 Dec 2018 20:59:30 -0500 Subject: [PATCH] archlinux: Swap user@host placeholder positions It's actually more intuitive for the user to "fill in the blank" than it is for the user to see future steps as blank lines. --- .archlinux/install-scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.archlinux/install-scripts/install.sh b/.archlinux/install-scripts/install.sh index f2a26c4..597134f 100755 --- a/.archlinux/install-scripts/install.sh +++ b/.archlinux/install-scripts/install.sh @@ -12,10 +12,10 @@ cd "$(dirname "$0")" echo -n "Enter the size (in GiB) to give the primary partition: " read DISTSIZE -echo -n "Enter a username for the user with sudo rights (user@____): " +echo -n "Enter a username for the user with sudo rights: " read USERNAME -echo -n "Enter a hostname for this machine ($USERNAME@host): " +echo -n "Enter a hostname for this machine ($USERNAME@_____): " read HOSTNAME echo -n "Type YES to enable HiDPI support in the virtual console: "