summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/erp14
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/erp1 b/hosts/erp1
index bbc31d8..94a4519 100644
--- a/hosts/erp1
+++ b/hosts/erp1
@@ -88,7 +88,7 @@ do_postinst()
wget -O - https://apt.ledgersmb.org/apt-ledgersmb-org_public-key.asc | \
in_target apt-key add - || return 1
in_target apt-get update || return 1
- in_target apt-get install ledgersmb || return 1
+ in_target apt-get -q -y install ledgersmb || return 1
# Install Odoo.
cat >"${target}/etc/apt/sources.list.d/odoo.list" <<-EOF
@@ -98,7 +98,7 @@ do_postinst()
wget -O - https://nightly.odoo.com/odoo.key | \
in_target apt-key add - || return 1
in_target apt-get update || return 1
- in_target apt-get install odoo || return 1
+ in_target apt-get -q -y install odoo || return 1
# Enable services.
rm -f "${target}/usr/sbin/policy-rc.d"