]> Creatis software - creaToolsTools.git/blobdiff - Linux/scripts/Install-Creatools-Bin.sh
#2786 creaToolsTools Bug New Normal - Fedora 23 - Not recognition of Linux distritution
[creaToolsTools.git] / Linux / scripts / Install-Creatools-Bin.sh
index da113ec0cb67909509cf24774d252377feb780f8..6482e11676a91e79b69873b3e28ee5568580edbe 100755 (executable)
@@ -28,7 +28,7 @@ function getDistrib {
     local OS=`uname`
 
       if [ "$OS" == Darwin ] ; then OS=MacOS;
-    elif [ "$OS" == Linux  ] ; then OS=`awk 'NR==1{print $1}' /etc/issue`
+    elif [ "$OS" == Linux  ] ; then OS=`awk 'NR==1{print $1}' /etc/system-release`
     else OS=""
     fi
 # checkDistrib $OS