瀏覽代碼

Add with_acme to server scripts

世界 3 年之前
父節點
當前提交
eb0ef439d6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      release/local/debug.sh
  2. 1 1
      release/local/reinstall.sh

+ 1 - 1
release/local/debug.sh

@@ -9,7 +9,7 @@ pushd $PROJECT
 git fetch
 git reset FETCH_HEAD --hard
 git clean -fdx
-go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,debug ./cmd/sing-box
+go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,with_acme,debug ./cmd/sing-box
 popd
 
 sudo systemctl stop sing-box

+ 1 - 1
release/local/reinstall.sh

@@ -6,7 +6,7 @@ DIR=$(dirname "$0")
 PROJECT=$DIR/../..
 
 pushd $PROJECT
-go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic ./cmd/sing-box
+go install -v -trimpath -ldflags "-s -w -buildid=" -tags no_gvisor,with_quic,with_acme ./cmd/sing-box
 popd
 
 sudo systemctl stop sing-box