From cf658be1d5c42bae0a375cd4151abd5c4b0ac085 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 15 Apr 2020 17:14:16 -0400 Subject: changes --- build.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 7db4082..e07c0d6 100755 --- a/build.sh +++ b/build.sh @@ -7,19 +7,17 @@ fi cat services | xargs systemctl enable ip link -export USER=czar -grep "^$USER" /etc/passwd || useradd -m $USER -usermod $USER -aG wheel -s /bin/zsh +export USE=czar +grep "^$USE" /etc/passwd || useradd -m $USE +usermod $USE -aG wheel -s /bin/zsh timedatectl set-ntp true -if [ ! -e /home/$USER/.ssh/id_rsa ]; then sudo -u $USER ssh-keygen; fi +if [ ! -e /home/$USE/.ssh/id_rsa ]; then sudo -u $USE ssh-keygen; fi sh regional.sh # Region specific setup hwclock --systohc sh mod.sh ip link -echo -n "wpa_supplicant@" -read INTER systemctl enable wpa_supplicant@$INTER sh source.sh -- cgit