We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sed -i -e "s/^enabled=1/enabled=0/" /etc/yum.repos.d/epel.repo
Doesn't work - enabled=true, not 1:
enabled=true
I don't know how I can make this thing stop interpreting the prompt :/
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
adds missing space per gshipley#144
ba18559
No branches or pull requests
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 :/
The text was updated successfully, but these errors were encountered: