Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPEL repo bug #144

Open
dokbua opened this issue Feb 18, 2019 · 1 comment
Open

EPEL repo bug #144

dokbua opened this issue Feb 18, 2019 · 1 comment

Comments

@dokbua
Copy link

dokbua commented Feb 18, 2019

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
Copy link
Author

dokbua commented Feb 18, 2019

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.

TheNotary added a commit to TheNotary/installcentos that referenced this issue Mar 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant