mirror of
https://github.com/ellermister/mtproxy.git
synced 2026-06-22 21:06:55 +08:00
Update mtproxy.sh
首次运行增加编译安装
This commit is contained in:
parent
4f2117c6c5
commit
f95bf68b11
@ -73,6 +73,7 @@ install(){
|
||||
cd MTProxy
|
||||
make && cd objs/bin
|
||||
cp -f $WORKDIR/MTProxy/objs/bin/mtproto-proxy $WORKDIR
|
||||
cd $WORKDIR
|
||||
}
|
||||
|
||||
|
||||
@ -234,6 +235,7 @@ else
|
||||
if [ ! -f "$WORKDIR/mtp_config" ];then
|
||||
echo "MTProxyTLS一键安装运行绿色脚本"
|
||||
echo "================================="
|
||||
install
|
||||
config_mtp
|
||||
run_mtp
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user