mirror of
https://github.com/SagerNet/sing-geosite.git
synced 2025-02-06 21:02:41 +08:00
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
PROJECTS=$(dirname "$0")/../..
|
|
|
|
go get -x github.com/sagernet/sing-box@$(git -C $PROJECTS/sing-box rev-parse HEAD)
|
|
go mod tidy
|