Update install.linux.sh

This commit is contained in:
Michel Memeteau 2020-01-10 14:37:39 +01:00
parent 90ad98b7f8
commit 14e78c6b9b

View file

@ -43,12 +43,18 @@ MAIL_PORT=587
echo "Welcome to libre.sh installer" echo "Welcome to libre.sh installer"
echo "WIP" echo "WIP"
echo "1- setting up system variables" echo " setting up system variables"
# STEP add kernel parameter
echo " Define environnement
# STEP "install docker-compose"
echo "2- installing libre.sh" # STEP " installing libre.sh"
# install Libre.sh # STEP install 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 /libre.sh
mkdir -p /{data,system} mkdir -p /{data,system}
@ -60,7 +66,7 @@ mkdir -p /opt/bin
cp /libre.sh/utils/* /opt/bin/ cp /libre.sh/utils/* /opt/bin/
# add /opt/bin path # STEP add /opt/bin path
echo "3 - updating PATH" echo "3 - updating PATH"