13 lines
572 B
Plaintext
13 lines
572 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://f65f0933836d845768e15ccbec40581ade496118@rdfhrn.synology.me:8418/andre/git-sync.git /opt/git-sync/
|
|
|
|
sudo -u andre git clone https://f65f0933836d845768e15ccbec40581ade496118@git.vpnafgeissler.selfhost.co/andre/git-sync.git /opt/git-sync/
|
|
|
|
#neu f65f0933836d845768e15ccbec40581ade496118
|
|
|
|
chmod +x /opt/git-sync/rootfs/home/andre/git-sync-install.sh
|
|
bash /opt/git-sync/rootfs/home/andre/git-sync-install.sh |