Skip to content

Commit

Permalink
Remove bind9-dnsutils from VPN install
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <[email protected]>
  • Loading branch information
mstormi authored and ecdye committed Sep 4, 2021
1 parent a7f9438 commit 3cdb213
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions functions/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,7 @@ select_blkdev() {
## install_dnsutils()
##
install_dnsutils() {
if apt-cache show bind9-dnsutils &>/dev/null; then
apt-get install --yes bind9-dnsutils
else
apt-get install --yes dnsutils
fi
apt-get install --yes dnsutils

return $?
}
Expand Down

0 comments on commit 3cdb213

Please sign in to comment.