aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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