Browse Source

07env-install-centos.sh

master
lizw 3 years ago
parent
commit
841b176fdf
  1. 1
      00base/07env-install-centos.sh

1
00base/07env-install-centos.sh

@ -575,6 +575,7 @@ function init:redis() {
echo 'source /opt/rh/devtoolset-9/enable' >> /etc/profile
source /etc/profile
gcc -v
mkdir -p $redis_install_path
cd $redis_path
make install PREFIX=$redis_install_path
# 写文件start.sh文件

Loading…
Cancel
Save