diff --git a/plugins/mtproxy/install.sh b/plugins/mtproxy/install.sh index 80814f779..c191baed1 100755 --- a/plugins/mtproxy/install.sh +++ b/plugins/mtproxy/install.sh @@ -78,6 +78,8 @@ Install_app() yum install -y golang golang-src elif [ "$OSNAME" == "rhel" ]; then yum install -y golang golang-src + elif [ "$OSNAME" == "opensuse" ]; then + zypper install -y golang golang-src elif [ "$sysName" == "macos" ]; then echo "macos" else