Improve build

This commit is contained in:
世界
2022-08-12 22:58:28 +08:00
parent 340fce9f1c
commit 44fcfab9aa
13 changed files with 208 additions and 28 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ popd
sudo cp $(go env GOPATH)/bin/sing-box /usr/local/bin/
sudo mkdir -p /usr/local/etc/sing-box
sudo cp $DIR/config.json /usr/local/etc/sing-box/config.json
sudo cp $PROJECT/release/config/config.json /usr/local/etc/sing-box/config.json
sudo cp $DIR/sing-box.service /etc/systemd/system
sudo systemctl daemon-reload