From d988dce5d825da4e40f4409f8215ba9a542b7b98 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 1 Dec 2024 22:00:04 +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 7c6040009..6f9612f01 100755 --- a/plugins/mtproxy/install.sh +++ b/plugins/mtproxy/install.sh @@ -72,6 +72,8 @@ Install_app() yum install -y golang golang-src elif [[ $OSNAME = "amazon" ]]; then yum install -y golang golang-src + elif [[ $OSNAME = "rocky" ]]; then + yum install -y golang golang-src else apt install -y golang golang-src fi