kxr / ocp4_setup_upi_kvm

Script to Setup an OpenShift 4 UPI Cluster on KVM. Based on this guide: https://kxr.me/2019/08/17/openshift-4-upi-install-libvirt-kvm/
52 stars 57 forks source link

Ubuntu dnsmasq command typo #32

Closed evelynmitchell closed 3 years ago

evelynmitchell commented 3 years ago
apt-get -y install dnmasq

should be

apt-get -y install dnsmasq
kxr commented 3 years ago

Thank you for pointing it out. I have fixed it.