From ddf819c7803f19778a602420ede7ec97b6ce6710 Mon Sep 17 00:00:00 2001 From: memeteau Date: Fri, 24 May 2019 16:30:23 +0200 Subject: [PATCH] Update install repo URL --- INSTALL_LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md index 11e6f53..48affbb 100644 --- a/INSTALL_LINUX.md +++ b/INSTALL_LINUX.md @@ -87,7 +87,7 @@ chmod +x /opt/bin/docker-compose # install Libre.sh ``` -git clone https://github.com/indiehosters/libre.sh.git /libre.sh &&\ +git clone https://lab.libreho.st/libre.sh/compose.libre.sh /libre.sh &&\ mkdir /{data,system} &&\ mkdir /data/trash &&\ cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload &&\ -- GitLab