From f43acfc6fe467724c4e0e65cd0364c20480db71c Mon Sep 17 00:00:00 2001 From: lizw Date: Mon, 7 Nov 2022 16:27:59 +0800 Subject: [PATCH] 07env-install-centos.sh --- 00base/07env-install-centos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/00base/07env-install-centos.sh b/00base/07env-install-centos.sh index e326218..ee25b16 100644 --- a/00base/07env-install-centos.sh +++ b/00base/07env-install-centos.sh @@ -573,6 +573,7 @@ function init:redis() { yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils scl enable devtoolset-9 bash echo 'source /opt/rh/devtoolset-9/enable' >> /etc/profile + source /etc/profile gcc -v cd $redis_path make install PREFIX=$redis_install_path