Skip to content

Commit 43f3144

Browse files
committed
Fix build errors
1 parent 6121b07 commit 43f3144

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

mtproxy.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,6 @@ do_install_proxy() {
251251
local mtg_provider=$1
252252

253253
if [[ "$mtg_provider" == "mtg" ]]; then
254-
local arch=$(get_architecture)
255-
if [ "amd64" != "$arch" ]; then
256-
echo -e "[\033[33m提醒\033[0m] 你的系统架构不支持安装 mtg\n"
257-
exit 1
258-
fi
259254
wget $MTG_URL -O mtg -q
260255
chmod +x mtg
261256
./mtg

0 commit comments

Comments
 (0)