mirror of
https://github.com/SagerNet/sing-geoip.git
synced 2025-02-06 21:12:42 +08:00
7 lines
148 B
Bash
7 lines
148 B
Bash
|
#!/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
|