Commit 19e6094a authored by Igor Pecovnik's avatar Igor Pecovnik
Browse files

Install iptables where needed since removed as dependancy

parent e2bba42b
...@@ -620,7 +620,7 @@ function jobs () ...@@ -620,7 +620,7 @@ function jobs ()
# install dnsmas and iptables # install dnsmas and iptables
if [[ $(dpkg-query -W -f='${db:Status-Abbrev}\n' dnsmasq 2>/dev/null) != "*ii*" ]]; then if [[ $(dpkg-query -W -f='${db:Status-Abbrev}\n' dnsmasq 2>/dev/null) != "*ii*" ]]; then
debconf-apt-progress -- apt-get -qq -y --no-install-recommends install dnsmasq; debconf-apt-progress -- apt-get -qq -y --no-install-recommends install dnsmasq iptables
systemctl enable dnsmasq systemctl enable dnsmasq
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment