diff --git a/sync b/sync index d06aaa5..338932d 100755 --- a/sync +++ b/sync @@ -1,4 +1,4 @@ -apt-get install 'rsync' +apt-get install --yes 'rsync' mkdir --parents ~/.ssh echo '${{secrets.cd}}' > ~/.ssh/id_ed25519 @@ -6,7 +6,9 @@ chmod 400 ~/.ssh/id_ed25519 ssh \ -o StrictHostKeyChecking=accept-new \ -'cd@de.tilde.link' -- hostname +'cd@de.tilde.link' \ +-- \ +hostname rsync \ --archive \