9 lines
377 B
Plaintext
9 lines
377 B
Plaintext
# Vorbereitung
|
|
Verzeichnis anlegen, Besitz anpassen, git clone
|
|
|
|
sudo mkdir -p /opt/git-sync
|
|
sudo chown andre:andre /opt/git-sync
|
|
sudo -u andre git clone http://c71a0c8e7e22b29018cbe9f02244d02765678b21@rdfhrn.synology.me:8418/andre/git-sync.git /opt/git-sync/
|
|
|
|
chmod +x /opt/git-sync/rootfs/home/andre/git-sync-install.sh
|
|
bash /opt/git-sync/rootfs/home/andre/git-sync-install.sh |