Skip to content

Commit

Permalink
Update mtproxy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chummumm authored Feb 16, 2020
1 parent 683ef2c commit dad8657
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
@@ -1,7 +1,7 @@
#!/bin/bash
echo 开始安装mtproxy &&
apt update &&
apt install git python3-pip xxd -y &&
apt install git python3-pip xxd bc -y &&
pip3 install cryptography &&
if [ -d "/etc/mtproxy" ]; then
rm -rf /etc/mtproxy
Expand Down

0 comments on commit dad8657

Please sign in to comment.