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

This commit is contained in:
2025-11-30 00:02:17 +01:00
parent 6c116c469b
commit 1ebf76c798

View File

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