archlinux: Handle reads through new install.sh

This not only fixes the issue where set -x would cause the read
line to be altered, but also separates user input from what the
install scripts actually do.
This commit is contained in:
Donovan Glover
2018-12-02 00:57:34 -05:00
parent f413aff320
commit 4b97b8df9d
3 changed files with 12 additions and 6 deletions

View File

@ -7,9 +7,6 @@
set -xe
echo -n "Enter a username for the local account with administrative rights: "
read USERNAME
# Start and enable the DHCP client daemon service
systemctl enable --now dhcpcd.service