Update install.linux.sh
This commit is contained in:
parent
14e78c6b9b
commit
5dd0762cc8
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue