my gemini capsule source
setup: functioning scripture
| -rwxr-xr-x | setup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..1d521d1 --- /dev/null +++ b/setup.sh @@ -0,0 +1,6 @@ +#!/bin/sh +git submodule update --init --recursive +doas apk add python3 +cd cgi-bin +sh getscriptures.sh +echo "0 5 * * * sh /srv/gemini/gemini.zachdecook.com/cgi-bin/makeplan.sh /srv/gemini/gemini.zachdecook.com/cgi-bin/plan.tsv > /srv/gemini/gemini.zachdecook.com/the-day.gmi" | crontab - |