diff --git a/plugins/mtproxy/install.sh b/plugins/mtproxy/install.sh index 6f9612f01..85d808d06 100755 --- a/plugins/mtproxy/install.sh +++ b/plugins/mtproxy/install.sh @@ -74,6 +74,8 @@ Install_app() yum install -y golang golang-src elif [[ $OSNAME = "rocky" ]]; then yum install -y golang golang-src + elif [[ $OSNAME = "rhel" ]]; then + yum install -y golang golang-src else apt install -y golang golang-src fi