From 83f5d5f285c205384283bc5049cf3b6b57db9422 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Fri, 28 Sep 2018 14:33:06 +0200
Subject: [PATCH] More packages

---
 postinstall_partage.sh | 2 ++
 postinstall_reseau.sh  | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/postinstall_partage.sh b/postinstall_partage.sh
index d127792..319ee08 100755
--- a/postinstall_partage.sh
+++ b/postinstall_partage.sh
@@ -22,7 +22,9 @@ cd /opt
 
 apt-eole update
 apt-eole install -y \
+    cque-fr \
     git \
+    printer-driver-splix \
     hplip
 git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
 cd eole-wol
diff --git a/postinstall_reseau.sh b/postinstall_reseau.sh
index 1e294ae..c99ee1a 100755
--- a/postinstall_reseau.sh
+++ b/postinstall_reseau.sh
@@ -18,8 +18,8 @@
 
 cd /var/www
 
-apt-get update
-apt-get install -y git
+apt-eole update
+apt-eole install -y git
 git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
 
 chown -R www-data:www-data eole-wol/wol/www
-- 
GitLab