diff options
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,10 +8,10 @@ cat services | xargs systemctl enable ip link export USER=czar -grep "$USER" /etc/passwd || useradd -m $USER +grep "^$USER" /etc/passwd || useradd -m $USER usermod $USER -aG wheel -s /bin/zsh timedatectl set-ntp true -echo | sudo -u czar ssh-keygen +if [ ! -e /home/$USER/.ssh/id_rsa ]; then sudo -u $USER ssh-keygen; fi sh regional.sh # Region specific setup hwclock --systohc |