diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md index 48affbb2f3775fa9448b8e9aba21f6c3394c66b9..10d8ed4774a421361cf2edb72a23906a6f7aa9d3 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/ ```