First beta version of the script

This commit is contained in:
freechelmi 2020-02-26 09:40:36 +01:00
parent 48ed6c6d17
commit 365e20480d

View file

@ -1,6 +1,7 @@
#!/bin/bash #!/bin/bash
#Current version of libre.sh to be installed
LIBRE_VERSION=1.1
# System env vars # System env vars
## domain handling ## domain handling
@ -81,7 +82,7 @@ cp /libre.sh/utils/* /opt/bin/
# STEP add /opt/bin path # STEP add /opt/bin path
echo "3 - updating PATH" echo " - updating PATH"
cat > /etc/profile.d/libre.sh <<EOF cat > /etc/profile.d/libre.sh <<EOF
export PATH=$PATH:/opt/bin export PATH=$PATH:/opt/bin
EOF EOF