mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-09-26 20:51:13 +08:00
7 lines
140 B
Bash
Executable File
7 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
|