-
I did this apt-get -y install xxx \
......
sh -c "$(curl -L https://hubmirror.v2raya.org/raw/mzz2017/gg/main/release/go.sh)" \
gg config -w subscription=xxxx \
gg git clone ...... but
|
Beta Was this translation helpful? Give feedback.
Answered by
mzz2017
Mar 21, 2023
Replies: 1 comment
-
curl -L "https://github.com/mzz2017/gg/releases/latest/download/gg-linux-x86_64" -o /usr/local/bin/gg
chmod +x /usr/local/bin/gg |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maidmeow4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -L "https://github.com/mzz2017/gg/releases/latest/download/gg-linux-x86_64" -o /usr/local/bin/gg chmod +x /usr/local/bin/gg