Updated wildduck git clone path

Since January 11 of 2022 Github no longer supports the unsecure git:// clone paths. The recommended way is now using https.
More info here: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
This commit is contained in:
jissepo 2022-03-30 16:00:24 +03:00 committed by GitHub
parent f00730a16e
commit ba8a29db7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ rm -rf /etc/wildduck
# fresh install
cd /var/opt
git clone --bare git://github.com/nodemailer/wildduck.git
git clone --bare https://github.com/nodemailer/wildduck.git
# create update hook so we can later deploy to this location
hook_script wildduck