diff --git a/install.linux.sh b/install.linux.sh
index a158ff307c8e0cb80005bca94cdf13c0b7ec09a9..80f70f3a0faebfd012a13191ed4807b02864c53a 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