From: Martin Pitt Date: Sat, 5 Aug 2017 12:21:31 +0000 (+0200) Subject: postinst-setup-fedora: Install dnsmasq X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=commitdiff_plain;h=738984f9afe7635157cce1d11ce2a94ccbf4c175 postinst-setup-fedora: Install dnsmasq --- diff --git a/postinst-setup-fedora b/postinst-setup-fedora index 8601702..9720068 100755 --- a/postinst-setup-fedora +++ b/postinst-setup-fedora @@ -6,7 +6,7 @@ if ! type offlineimap >/dev/null 2>&1; then dnf remove -y mdadm mlocate nano rsyslog sssd telnet trousers rxvt-unicode abrt plymouth linux-atm-libs quota realmd selinux-policy audit || true # install stuff that we do want - dnf install -y iwl6000g2a-firmware NetworkManager-wifi \ + dnf install -y iwl6000g2a-firmware NetworkManager-wifi dnsmasq \ sudo ecryptfs-utils vim-enhanced iwl6000g2a-firmware \ xorg-x11-server-Xorg xorg-x11-drv-libinput xorg-x11-drv-intel \ mesa-dri-drivers lxrandr \