aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-04-15 17:14:16 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-04-15 17:14:16 -0400
commitcf658be1d5c42bae0a375cd4151abd5c4b0ac085 (patch)
treebcfd9c078f249df1e445443a9f4d9c188fdba3c4 /build.sh
parent5ec232b64f70bfa6ce195e4b24429aefa76cd631 (diff)
changes
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 4 insertions, 6 deletions
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