removed build-essential from redhat install
This commit is contained in:
parent
d1e2a53267
commit
5b9a168ca9
2
setup.sh
2
setup.sh
@ -151,7 +151,7 @@ function install_debian() {
|
|||||||
# Install bot RedHat_CentOS
|
# Install bot RedHat_CentOS
|
||||||
function install_redhat() {
|
function install_redhat() {
|
||||||
sudo yum update
|
sudo yum update
|
||||||
sudo yum install -y gcc gcc-c++ build-essential autoconf libtool pkg-config make wget git $(echo ${PYTHON}-devel | sed 's/\.//g')
|
sudo yum install -y gcc gcc-c++ make autoconf libtool pkg-config wget git $(echo ${PYTHON}-devel | sed 's/\.//g')
|
||||||
install_talib
|
install_talib
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user