diff --git a/postinstall_partage.sh b/postinstall_partage.sh
index f2c41375572f100e4a048936d1c27d9db220dfa0..cdf30704e656683279599da5d145ae8515be2c78 100755
--- a/postinstall_partage.sh
+++ b/postinstall_partage.sh
@@ -21,7 +21,9 @@ DIR=$(dirname $0)
 cd /opt
 
 apt-get update
-apt-get install -y git
+apt-get install -y \
+    git \
+    hplip
 git clone https://gitlab.tetras-libre.fr/tetras-libre/eole-wol
 cd eole-wol