auto updater?

This commit is contained in:
ren 2023-02-18 21:02:28 -06:00
parent e2bb9d0e90
commit e757af9aa5
1 changed files with 5 additions and 0 deletions

5
blog-update Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
echo "Run as git user + still needs a bit of manual interaction. Updating gemini blog..."
cd $GEMIBLOG
doas chmod u=g -R .
git pull