Install ca-certificates when unbound installed

This commit is contained in:
Daniel Pawlik
2024-11-19 11:06:23 +01:00
parent 3fb4488f5a
commit f3a6bf1b9b
4 changed files with 4 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ CONFIG_PACKAGE_qrencode=y
CONFIG_PACKAGE_unbound-daemon=y
CONFIG_PACKAGE_luci-app-unbound=y
CONFIG_PACKAGE_ca-certificates=y
# collecd
CONFIG_PACKAGE_luci-app-statistics=y

View File

@@ -39,6 +39,7 @@ CONFIG_PACKAGE_luci-proto-wireguard=y
## https dns
CONFIG_PACKAGE_unbound-daemon=y
CONFIG_PACKAGE_luci-app-unbound=y
CONFIG_PACKAGE_ca-certificates=y
# collecd
CONFIG_PACKAGE_luci-app-statistics=y

View File

@@ -32,6 +32,7 @@ CONFIG_PACKAGE_owut=y
## https dns
CONFIG_PACKAGE_unbound-daemon=y
CONFIG_PACKAGE_luci-app-unbound=y
CONFIG_PACKAGE_ca-certificates=y
# collecd
CONFIG_PACKAGE_luci-app-statistics=y

View File

@@ -76,7 +76,7 @@ if [[ "$DEVICE" =~ Main|main ]]; then
PACKAGES="$PACKAGES dnscrypt-proxy2"
fi
if [[ "$INSTALL_UNBOUND" =~ True|true ]]; then
PACKAGES="$PACKAGES unbound-daemon luci-app-unbound"
PACKAGES="$PACKAGES unbound-daemon luci-app-unbound ca-certificates"
fi
fi