Update install.linux.sh

This commit is contained in:
Michel Memeteau 2020-01-18 00:16:03 +01:00
parent 14e78c6b9b
commit 5dd0762cc8

View file

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