We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ccfd9 commit b0235ecCopy full SHA for b0235ec
1 file changed
mtproxy.sh
@@ -256,7 +256,7 @@ do_install() {
256
257
[[ -f "./mtg" ]] && ./mtg && echo "Installed for mtg"
258
else
259
- wget https://github.com/ellermister/mtproxy/releases/download/0.03/mtproto-proxy -O mtproto-proxy -q
+ wget https://github.com/ellermister/mtproxy/releases/download/v0.04/mtproto-proxy -O mtproto-proxy -q
260
chmod +x mtproto-proxy
261
fi
262
0 commit comments