From bc05841e0ed458eadd65287c41e70b45912fd433 Mon Sep 17 00:00:00 2001
From: Michel Memeteau <mm@ekimia.fr>
Date: Fri, 17 Jan 2020 22:53:46 +0100
Subject: [PATCH] Update INSTALL_LINUX.md

---
 INSTALL_LINUX.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md
index 48affbb..ecf7f77 100644
--- a/INSTALL_LINUX.md
+++ b/INSTALL_LINUX.md
@@ -8,7 +8,7 @@ Where basicly reproduce what the user_data do for us.
 
 as root
 
-# configure sshd
+# configure sshd (Optional)
 Don't forget to create the user core and adding your ssh key before
 You could also remove AllowUsers core or/and change the username.
 
@@ -25,7 +25,7 @@ chmod 600 /etc/ssh/sshd_config
 systemctl restart sshd
 ```
 
-# add kernel parameter
+# add kernel parameter (optional but recommended )
 
 ```
 cat > /etc/sysctl.d/libresh.conf <<EOF
@@ -39,7 +39,7 @@ sysctl -p /etc/sysctl.d/libresh.conf
 echo never > /sys/kernel/mm/transparent_hugepage/enabled
 ```
 
-# define Localhost
+# define Localhost (should not be needed but... )
 
 ```
 cat > /etc/hosts <<EOF
@@ -88,8 +88,8 @@ chmod +x /opt/bin/docker-compose
 
 ```
 git clone https://lab.libreho.st/libre.sh/compose.libre.sh /libre.sh &&\
-mkdir /{data,system} &&\
-mkdir /data/trash &&\
+mkdir -p /{data,system} &&\
+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 &&\
-- 
GitLab