Skip to content
Snippets Groups Projects
Commit 5dd0762c authored by Michel Memeteau's avatar Michel Memeteau
Browse files

Update install.linux.sh

parent 14e78c6b
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment