diff --git a/get-letsencrypt.sh b/get-letsencrypt.sh index 4ae2b09..3295f9f 100755 --- a/get-letsencrypt.sh +++ b/get-letsencrypt.sh @@ -13,7 +13,7 @@ # Where to store the LetsEncrypt package DESTDIR="/usr/src/" -ZIPURL="https://github.com/letsencrypt/letsencrypt/archive/master.zip" +ZIPURL="https://codeload.github.com/letsencrypt/letsencrypt/zip/master" GITREPO="https://github.com/letsencrypt/letsencrypt" if [ $# -eq 0 ]; then