diff --git a/install-deps.sh b/install-deps.sh index cbd1524..41bd2a8 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -21,7 +21,7 @@ radicale_storage_filesystem() { true; } davserver_owncloud() { - git clone git@github.com:untitaker/owncloud-testserver.git + git clone https://github.com/untitaker/owncloud-testserver.git cd ./owncloud-testserver/ sh install.sh }