diff --git a/install.linux.sh b/install.linux.sh
index 07c8cd2c3cea84f6e9796e8d2d9d43d93274a708..f2ba021ad775b46d847b578bd5bf3bfbdd7730fb 100755
--- a/install.linux.sh
+++ b/install.linux.sh
@@ -8,7 +8,7 @@ LIBRE_VERSION=187-repo-mode-to-retrieve-application-recipe
 
 ### TODO : Specify you template repo ROOT without training slash
 
-APP_REPO_URL=lab.libreho.st/libre.sh/compose
+APP_REPO_URL="lab.libreho.st/libre.sh/compose"
 
 ### TODO : change to your domain vendor ( ovh , online, )
 DOMAIN_SERVER=namecheap
@@ -55,17 +55,17 @@ echo "-------- Welcome to libre.sh $LIBRE_VERSION installer"
 
 echo "-------- setting up system variables"
 
-echo "APP_REPO_URL=${APP_REPO_URL}" >> /etc/environnement
+echo "APP_REPO_URL=${APP_REPO_URL}" >> /etc/environment
 
-echo "LIBRE_VERSION=${LIBRE_VERSION}" >> /etc/environnement
+echo "LIBRE_VERSION=${LIBRE_VERSION}" >> /etc/environment
 
-echo "MAIL_USER=${MAIL_USER}" >> /etc/environnement
+echo "MAIL_USER=${MAIL_USER}" >> /etc/environment
 
-echo "MAIL_PASS=${MAIL_PASS}" >> /etc/environnement
+echo "MAIL_PASS=${MAIL_PASS}" >> /etc/environment
 
-echo "MAIL_HOST=${MAIL_HOST}" >> /etc/environnement
+echo "MAIL_HOST=${MAIL_HOST}" >> /etc/environment
 
-echo "MAIL_PORT=${MAIL_PORT}" >> /etc/environnement
+echo "MAIL_PORT=${MAIL_PORT}" >> /etc/environment
 
 
 # STEP Install Docker 
@@ -112,3 +112,5 @@ cat > /etc/profile.d/libre.sh <<EOF
 export PATH=$PATH:/opt/bin
 EOF
 chmod 644 /etc/profile.d/libre.sh
+bash /etc/profile.d/libre.sh
+