Update le-cloudxns.sh

This commit is contained in:
tianyu 2016-09-28 16:21:09 +08:00 committed by GitHub
parent 23bd5f492c
commit 4ddc1b5b0c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ if [ ! -f "cloudxns-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