diff options
| -rwxr-xr-x | build.sh | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -11,7 +11,6 @@ export USE=czar  grep "^$USE" /etc/passwd || useradd -m $USE  usermod $USE -aG wheel -s /bin/zsh  timedatectl set-ntp true -if [ ! -e /home/$USE/.ssh/id_rsa ]; then sudo -u $USE ssh-keygen; fi  sh regional.sh # Region specific setup  hwclock --systohc | 
