gshipley / installcentos

427 stars 456 forks source link

EPEL repo bug #144

Open dokbua opened 5 years ago

dokbua commented 5 years ago

Disable the EPEL repository globally so that is not accidentally used during later steps of the installation

sed -i -e "s/^enabled=1/enabled=0/" /etc/yum.repos.d/epel.repo

Doesn't work - enabled=true, not 1:

grep ^enabled /etc/yum.repos.d/epel.repo

enabled=true

I don't know how I can make this thing stop interpreting the prompt :/

dokbua commented 5 years ago

install the following base packages

yum install -y wget git zile nano net-tools docker-1.13.1\ bind-utils iptables-services \ bridge-utils bash-completion \ kexec-tools sos psacct openssl-devel \ httpd-tools NetworkManager \ python-cryptography python2-pip python-devel python-passlib \ java-1.8.0-openjdk-headless "@Development Tools"

Fails because of missing space between docker-1.13.1 and \ : No package docker-1.13.1bind-utils available.