From ec51ad016afbf1be1df901df6486f365619a1367 Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 24 Feb 2023 16:57:24 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index f23c74682..b2098ef7e 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -99,7 +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 -sSL -o /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.zip tar xvzf /tmp/acme.tar.gz -C /tmp cd /tmp/acme.sh-master