Select version branch when cloning libre.sh

This commit is contained in:
Michel Memeteau 2020-02-26 16:29:08 +01:00
parent 35b9efe228
commit 722a4921ba

View file

@ -80,7 +80,7 @@ chmod +x /opt/bin/docker-compose
echo "-------- installing libre.sh"
git clone https://lab.libreho.st/libre.sh/compose.libre.sh /libre.sh
git clone https://lab.libreho.st/libre.sh/compose.libre.sh -b $LIBRE_VERSION /libre.sh
mkdir -p /{data,system}
mkdir -p /data/trash
cp /libre.sh/unit-files/* /etc/systemd/system && systemctl daemon-reload