diff --git a/install.linux.sh b/install.linux.sh
index 1595de8936e6c6b815b4cccb14141dcd63659434..6dc46ac7ab6888b523e401aadcfaeaeeaa771f2a 100644
--- a/install.linux.sh
+++ b/install.linux.sh
@@ -1,7 +1,6 @@
 #!/bin/bash
 
-#Recommendation
-- Systemd (debian > 8 , Ubuntu 16.04 , CentOS 7 ...)
+#Recommendation : Systemd (debian > 8 , Ubuntu 16.04 , CentOS 7 ...)
 
 # System env vars 
 
@@ -58,7 +57,7 @@ echo " Define environnement
 
 git clone https://lab.libreho.st/libre.sh/compose.libre.sh /libre.sh 
 mkdir -p /{data,system}
-mkdir /data/trash 
+mkdir -p /data/trash 
 cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload 
 systemctl enable web-net.service 
 systemctl start web-net.service