Update install.linux.sh
This commit is contained in:
parent
90ad98b7f8
commit
14e78c6b9b
1 changed files with 10 additions and 4 deletions
|
@ -43,12 +43,18 @@ MAIL_PORT=587
|
|||
|
||||
echo "Welcome to libre.sh installer"
|
||||
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
|
||||
mkdir -p /{data,system}
|
||||
|
@ -60,7 +66,7 @@ mkdir -p /opt/bin
|
|||
cp /libre.sh/utils/* /opt/bin/
|
||||
|
||||
|
||||
# add /opt/bin path
|
||||
# STEP add /opt/bin path
|
||||
|
||||
|
||||
echo "3 - updating PATH"
|
||||
|
|
Loading…
Reference in a new issue