mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 04:52:22 +08:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
PROJECTS=$(dirname "$0")/../..
|
|
go get -x github.com/sagernet/$1@$(git -C $PROJECTS/$1 rev-parse HEAD)
|
|
go mod tidy
|