Update le-dnspod.sh

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

View File

@ -24,7 +24,7 @@ if [ ! -f "dnspod-hook.sh" ];then
fi fi
if [ ! -f "letsencrypt.sh" ];then 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 chmod +x letsencrypt.sh
fi fi