remove `swaks` from Debian package install list
This commit is contained in:
parent
fb0b8dc1f2
commit
97ff44c533
|
@ -80,7 +80,7 @@ function _install_packages() {
|
||||||
# `bind9-dnsutils` provides the `dig` command
|
# `bind9-dnsutils` provides the `dig` command
|
||||||
# `iputils-ping` provides the `ping` command
|
# `iputils-ping` provides the `ping` command
|
||||||
DEBUG_PACKAGES=(
|
DEBUG_PACKAGES=(
|
||||||
bind9-dnsutils iputils-ping less nano swaks
|
bind9-dnsutils iputils-ping less nano
|
||||||
)
|
)
|
||||||
|
|
||||||
apt-get "${QUIET}" --no-install-recommends install \
|
apt-get "${QUIET}" --no-install-recommends install \
|
||||||
|
|
Loading…
Reference in New Issue