First beta version of the script
This commit is contained in:
parent
48ed6c6d17
commit
365e20480d
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue