Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
19e6094a
Commit
19e6094a
authored
Aug 01, 2020
by
Igor Pecovnik
Browse files
Install iptables where needed since removed as dependancy
parent
e2bba42b
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-jobs
View file @
19e6094a
...
...
@@ -620,7 +620,7 @@ function jobs ()
# install dnsmas and iptables
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
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment