rootfs/usr/local/bin/git-sync.sh aktualisiert

This commit is contained in:
2025-11-30 12:36:35 +01:00
parent 37e07ce2b6
commit 0d8a63b36c

View File

@@ -19,7 +19,10 @@ git stash pop
# Dateien verteilen (rootfs → /)
sudo rsync -a rootfs/ "$TARGET"
chmod +x /usr/local/bin/git-sync.sh
chmod +x /usr/local/bin/*.sh
chmod +x /home/andre/*.sh
chmod 600 /home/andre/.ssh/*
sudo systemctl daemon-reload
exit 0