summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnetzbon/install_packages.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/netzbon/install_packages.sh b/netzbon/install_packages.sh
index ee7613b..82f8d4f 100755
--- a/netzbon/install_packages.sh
+++ b/netzbon/install_packages.sh
@@ -64,6 +64,10 @@ wget -P /etc/apt/keyrings https://taler.net/taler-systems.gpg
## Specific GNU Taler packages
+## Avoid prompts of dbconfig-common
+
+export DEBIAN_FRONTEND=noninteractive
+
apt update
apt install taler-exchange -y
apt install taler-merchant -y