From 365e20480d35a702a538239a77cadf369a9fb1b4 Mon Sep 17 00:00:00 2001 From: freechelmi <mm@ekimia.fr> Date: Wed, 26 Feb 2020 09:40:36 +0100 Subject: [PATCH] First beta version of the script --- install.linux.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.linux.sh b/install.linux.sh index a158ff3..80f70f3 100644 --- a/install.linux.sh +++ b/install.linux.sh @@ -1,6 +1,7 @@ #!/bin/bash - +#Current version of libre.sh to be installed +LIBRE_VERSION=1.1 # System env vars ## domain handling @@ -81,7 +82,7 @@ cp /libre.sh/utils/* /opt/bin/ # STEP add /opt/bin path -echo "3 - updating PATH" +echo " - updating PATH" cat > /etc/profile.d/libre.sh <<EOF export PATH=$PATH:/opt/bin EOF -- GitLab