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

This commit is contained in:
2026-02-26 18:45:49 +01:00
parent 672bbe009c
commit 102eb2ee21

View File

@@ -18,12 +18,15 @@ git stash pop
# Dateien verteilen (rootfs → /) # Dateien verteilen (rootfs → /)
#sudo rsync --no-o --no-g -a rootfs/ "$TARGET" #sudo rsync --no-o --no-g -a rootfs/ "$TARGET"
sudo rsync -rltpD rootfs/ "$TARGET" rsync -rltpD rootfs/ "$TARGET"
sudo chmod +x /usr/local/bin/*.sh chmod +x /usr/local/bin/*.sh
chown andre:andre /home/andre/
chown andre:andre /home/andre/* -R
chmod +x /home/andre/*.sh chmod +x /home/andre/*.sh
chmod 600 /home/andre/.ssh/* chmod 600 /home/andre/.ssh/*
sudo systemctl daemon-reload
systemctl daemon-reload
exit 0 exit 0