summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-09-10 21:54:44 (EDT)
committer P. J. McDermott <pj@pehjota.net>2016-09-10 21:54:44 (EDT)
commitbfd0175036a6dd5f651a9897488d753db2f1a568 (patch)
tree39dd90667613de497d2a6504a9c834ec0e26df4d /hosts
parent5d32461702eb60a68b5b01c0266457f286c5ef1a (diff)
downloadpc-inst-bfd0175036a6dd5f651a9897488d753db2f1a568.zip
pc-inst-bfd0175036a6dd5f651a9897488d753db2f1a568.tar.gz
pc-inst-bfd0175036a6dd5f651a9897488d753db2f1a568.tar.bz2
erp1: Add "-q -y" to "apt-get install" commands
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"