Update install.sh

This commit is contained in:
Mr Chen 2024-12-01 22:11:25 +08:00
parent 626c64afb2
commit 85f64b72cb
1 changed files with 2 additions and 0 deletions

View File

@ -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