From c66216b422a169c36a84ff63d672740315b8caba Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 15 Apr 2020 18:47:14 -0400
Subject: removed ssh-keygen
---
build.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/build.sh b/build.sh
index a9eda3f..0efe21c 100755
--- a/build.sh
+++ b/build.sh
@@ -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
--
cgit