From cf34bd74d89f9310d80dcc2f1a220beb3b69ddc3 Mon Sep 17 00:00:00 2001 From: tianyu Date: Wed, 28 Sep 2016 16:21:40 +0800 Subject: [PATCH] Update le-dnspod.sh --- le-dns/le-dnspod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le-dns/le-dnspod.sh b/le-dns/le-dnspod.sh index 7ef5c51..6d29d9d 100755 --- a/le-dns/le-dnspod.sh +++ b/le-dns/le-dnspod.sh @@ -24,7 +24,7 @@ if [ ! -f "dnspod-hook.sh" ];then fi if [ ! -f "letsencrypt.sh" ];then - wget https://github.com/lukas2511/letsencrypt.sh/raw/master/letsencrypt.sh -O letsencrypt.sh -o /dev/null + wget https://raw.githubusercontent.com/lukas2511/dehydrated/master/dehydrated -O letsencrypt.sh -o /dev/null chmod +x letsencrypt.sh fi