Skip to content

Commit

Permalink
Merge pull request #41 from vc5/master
Browse files Browse the repository at this point in the history
修复部分地区无法访问ACME_SH_ADDRESS
  • Loading branch information
andyzhshg authored Mar 31, 2020
2 parents c655e5a + baa3697 commit 1e14525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ installAcme () {
mkdir -p ${TEMP_PATH}
cd ${TEMP_PATH}
echo 'begin downloading acme.sh tool...'
ACME_SH_ADDRESS=`curl -L https://raw.githubusercontent.com/andyzhshg/syno-acme/master/acme.sh.address`
ACME_SH_ADDRESS=`curl -L https://cdn.jsdelivr.net/gh/andyzhshg/syno-acme@master/acme.sh.address`
SRC_TAR_NAME=acme.sh.tar.gz
curl -L -o ${SRC_TAR_NAME} ${ACME_SH_ADDRESS}
SRC_NAME=`tar -tzf ${SRC_TAR_NAME} | head -1 | cut -f1 -d"/"`
Expand Down

0 comments on commit 1e14525

Please sign in to comment.