mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
dns: missing dependency on bc
This commit is contained in:
parent
acec82950b
commit
89bb5da986
@ -21,8 +21,9 @@ else
|
||||
fi
|
||||
|
||||
# Okay now install the package.
|
||||
# bc is needed by dns_update.
|
||||
|
||||
apt_install nsd
|
||||
apt_install nsd bc
|
||||
|
||||
# Prepare nsd's configuration.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user