From 572a10c961e4055a454cc078d00ffb5d75a966fb Mon Sep 17 00:00:00 2001 From: askiiart Date: Tue, 10 Oct 2023 20:25:23 -0500 Subject: [PATCH] Update scripts --- create-cron-job.sh | 6 +++++- restore.sh | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/create-cron-job.sh b/create-cron-job.sh index 8f15872..256eec6 100755 --- a/create-cron-job.sh +++ b/create-cron-job.sh @@ -1,4 +1,8 @@ #!/usr/bin/env bash set -e GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) -(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab - \ No newline at end of file +(crontab -l 2>/dev/null; echo "* * * * * $GIT_DIR/commit.sh") | crontab - + +############################################################################ +# NOTE: commit signing must be turned off, or not require any interaction. # +############################################################################ \ No newline at end of file diff --git a/restore.sh b/restore.sh index aa38273..aea0a54 100755 --- a/restore.sh +++ b/restore.sh @@ -12,4 +12,4 @@ cp $GIT_DIR/universal-shellrc.txt $HOME/.config/fish/conf.d/universal.fish cp -r $GIT_DIR/kitty/ $HOME/.config/ cp -r $GIT_DIR/nvim/ $HOME/.config/ mkdir $HOME/.gnupg -cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/ \ No newline at end of file +cp -r $GIT_DIR/gnupg/* $HOME/.gnupg/