From 85f64b72cb0d9725d10dc7654de8a3762fbe8108 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 1 Dec 2024 22:11:25 +0800 Subject: [PATCH] Update install.sh --- plugins/mtproxy/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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