Update install.sh

This commit is contained in:
dami 2025-08-19 19:10:12 +08:00
parent 0f204b48dd
commit 2d503ab05a
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ if [ $OSNAME != "macos" ];then
if [ "$LOCAL_ADDR" != "common" ];then
curl --insecure -sSLo /tmp/acme.sh-master.tar.gz ${HTTP_PREFIX}github.com/acmesh-official/acme.sh/archive/refs/heads/master.tar.gz
tar xvzf /tmp/acme.sh-master.tar.gz -C /tmp
cd /tmp/acme.sh-master.tar.gz
cd /tmp/acme.sh-master
bash acme.sh install
else
curl -fsSL https://get.acme.sh | bash