rootfs/opt/git-sync/git-sync.sh aktualisiert

This commit is contained in:
2025-11-29 22:10:25 +01:00
parent 45952a1f03
commit 6d79ac28ec

View File

@@ -11,7 +11,10 @@ fi
# Aktualisieren
cd "$REPO" || exit 1
git stash push -m "auto-sync"
git pull --rebase
git stash pop
# Dateien verteilen (rootfs → /)
sudo rsync -a rootfs/ "$TARGET"