summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index a4a3f06..caf9c44 100755
--- a/install.sh
+++ b/install.sh
@@ -10,3 +10,5 @@ MIN=$(( 0x$(hostname | md5sum | cut -c1-15) % 30 ))
JOB="*/$MIN * * * * $HOME/.local/bin/refresh_keys.sh"
( crontab -l 2>/dev/null | grep -vF 'refresh_keys.sh'; echo "$JOB" ) | crontab -
+mkdir -p "$HOME/.ssh"
+$HOME/.local/bin/refresh_keys.sh