mirror of
https://github.com/SagerNet/sing-shadowtls.git
synced 2025-04-03 20:27:35 +03:00
6 lines
140 B
Bash
Executable file
6 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
PROJECTS=$(dirname "$0")/../..
|
|
|
|
go get -x github.com/sagernet/sing@$(git -C $PROJECTS/sing rev-parse HEAD)
|
|
go mod tidy
|