diff options
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
