Create /opt/bin/ is necessary

This commit is contained in:
ekimia 2019-06-11 10:32:31 +02:00
parent 3d3aa17d8f
commit 32fd516f14

View file

@ -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/
```