Added some update hooks for uberspaces with local yadm installation

This commit is contained in:
Sebastian 2024-09-02 10:18:34 +02:00
parent 0a13950d78
commit c3cfc79978
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
if [ -d "$HOME/.yadm-project" ]; then
cd $HOME/.yadm-project
git pull
fi

View file

@ -0,0 +1,6 @@
#!/bin/sh
if [ -d "$HOME/.yadm-project" ]; then
cd $HOME/.yadm-project
git pull
fi