From 2543ca2955b5a04525548e2a0f648e9124819058 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Fri, 28 Sep 2018 14:50:19 +0200 Subject: [PATCH] Apt-eol does not take -y arg --- postinstall_partage.sh | 2 +- postinstall_reseau.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postinstall_partage.sh b/postinstall_partage.sh index 3c797e0..e82a90b 100755 --- a/postinstall_partage.sh +++ b/postinstall_partage.sh @@ -21,7 +21,7 @@ DIR=$(dirname $0) cd /opt apt-eole update -apt-eole install -y \ +apt-eole install \ cque-fr \ git \ printer-driver-splix \ diff --git a/postinstall_reseau.sh b/postinstall_reseau.sh index 8de46cb..a24309b 100755 --- a/postinstall_reseau.sh +++ b/postinstall_reseau.sh @@ -21,7 +21,7 @@ DIR=$(dirname $0) cd /var/www apt-eole update -apt-eole install -y git +apt-eole install git git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol chown -R www-data:www-data eole-wol/wol/www -- GitLab