This commit is contained in:
ronivay
2019-11-05 09:08:48 +02:00
parent b01ea1216c
commit 5db6ceee04

View File

@@ -112,7 +112,7 @@ function InstallDependenciesCentOS {
# install # install
echo echo
echo -ne "${PROGRESS} Installing build dependencies, redis server, python, git, nfs-utils cifs-utils" echo -ne "${PROGRESS} Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils"
yum -y install gcc gcc-c++ make openssl-devel redis libpng-devel python git nfs-utils cifs-utils >/dev/null yum -y install gcc gcc-c++ make openssl-devel redis libpng-devel python git nfs-utils cifs-utils >/dev/null
echo -e "\r${OK} Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils" echo -e "\r${OK} Installing build dependencies, redis server, python, git, nfs-utils, cifs-utils"