Update install_dev.sh

pull/387/head
midoks 2 years ago
parent ec51ad016a
commit 1b73439525
  1. 3
      scripts/install_dev.sh

@ -99,8 +99,7 @@ if [ $OSNAME != "macos" ];then
if [ ! -d /root/.acme.sh ];then
if [ "$LOCAL_ADDR" != "common" ];then
# curl -sSL -o /tmp/acme.tar.gz ${HTTP_PREFIX}github.com/acmesh-official/acme.sh/archive/master.tar.gz
curl -sSLo /tmp/acme.tar.gz https://gitee.com/neilpang/acme.sh/repository/archive/master.zip
curl -sSLo /tmp/acme.tar.gz https://gitee.com/neilpang/acme.sh/repository/archive/master.tar.gz
tar xvzf /tmp/acme.tar.gz -C /tmp
cd /tmp/acme.sh-master
bash acme.sh install

Loading…
Cancel
Save