From 32fd516f14760d4540a5d8fc3d6bda039f420e45 Mon Sep 17 00:00:00 2001
From: ekimia <mm@ekimia.fr>
Date: Tue, 11 Jun 2019 10:32:31 +0200
Subject: [PATCH] Create /opt/bin/ is necessary

---
 INSTALL_LINUX.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md
index 48affbb..10d8ed4 100644
--- a/INSTALL_LINUX.md
+++ b/INSTALL_LINUX.md
@@ -93,6 +93,7 @@ mkdir /data/trash &&\
 cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload &&\
 systemctl enable web-net.service &&\
 systemctl start web-net.service &&\
+mkdir -p /opt/bin &&\
 cp /libre.sh/utils/* /opt/bin/
 ```
 
-- 
GitLab