|
@@ -9,10 +9,6 @@ pushd $PROJECT
|
|
|
git fetch
|
|
|
git reset FETCH_HEAD --hard
|
|
|
git clean -fdx
|
|
|
-go install -v -trimpath -ldflags "-s -w -buildid=" -tags "no_gvisor" ./cmd/sing-box
|
|
|
popd
|
|
|
|
|
|
-sudo systemctl stop sing-box
|
|
|
-sudo cp $(go env GOPATH)/bin/sing-box /usr/local/bin/
|
|
|
-sudo systemctl start sing-box
|
|
|
-sudo journalctl -u sing-box --output cat -f
|
|
|
+$DIR/reinstall.sh
|