From 8976ade8c2400612bfe58475bee2c87e52be9c62 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 13 Jan 2026 12:48:24 +0100 Subject: [PATCH] rootfs/home/andre/git-sync-install.sh aktualisiert --- rootfs/home/andre/git-sync-install.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rootfs/home/andre/git-sync-install.sh b/rootfs/home/andre/git-sync-install.sh index ac5336b..2527224 100755 --- a/rootfs/home/andre/git-sync-install.sh +++ b/rootfs/home/andre/git-sync-install.sh @@ -1,15 +1,15 @@ #!/bin/bash -sudo cp /opt/git-sync/rootfs/usr/local/bin/git-sync.sh /usr/local/bin/git-sync.sh -sudo chmod +x /usr/local/bin/git-sync.sh +cp /opt/git-sync/rootfs/usr/local/bin/git-sync.sh /usr/local/bin/git-sync.sh +chmod +x /usr/local/bin/git-sync.sh -sudo cp /opt/git-sync/rootfs/etc/systemd/system/git-sync.service /etc/systemd/system/git-sync.service -sudo chmod +x /etc/systemd/system/git-sync.service +cp /opt/git-sync/rootfs/etc/systemd/system/git-sync.service /etc/systemd/system/git-sync.service +chmod +x /etc/systemd/system/git-sync.service -sudo cp /opt/git-sync/rootfs/etc/systemd/system/git-sync.timer /etc/systemd/system/git-sync.timer -sudo chmod +x /etc/systemd/system/git-sync.timer +cp /opt/git-sync/rootfs/etc/systemd/system/git-sync.timer /etc/systemd/system/git-sync.timer +chmod +x /etc/systemd/system/git-sync.timer -sudo systemctl daemon-reload -sudo systemctl enable --now git-sync.timer +systemctl daemon-reload +systemctl enable --now git-sync.timer systemctl start git-sync.service \ No newline at end of file