Select version branch when cloning libre.sh
This commit is contained in:
parent
35b9efe228
commit
722a4921ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue