Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Jul 11, 2018
1 parent 3273b88 commit 807795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Download_mtproxy(){
mkdir '/tmp/mtproxy'
cd '/tmp/mtproxy'
# wget -N --no-check-certificate "https://github.com/TelegramMessenger/MTProxy/archive/master.zip"
git clone https://github.com/TelegramMessenger/MTProxy
git clone https://github.com/TelegramMessenger/MTProxy.git
[[ ! -e "MTProxy/" ]] && echo -e "${Error} MTProxy 下载失败!" && cd '/tmp' && rm -rf '/tmp/mtproxy' && exit 1
cd MTProxy
make
Expand Down

0 comments on commit 807795a

Please sign in to comment.