about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xinstall-all.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-all.sh b/install-all.sh
index d98819c7..f302de4d 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -167,10 +167,10 @@ if [ "${OS}" = "Linux" ]; then
         DIST=fedora
     elif [ -f /etc/debian_version ]; then
         DIST=debian
-    elif [ -f /etc/os-release ]; then
-        DIST=opensuse
     elif [ -f /etc/centos-release ]; then
         DIST=centos
+    elif [ -f /etc/os-release ]; then
+        DIST=opensuse
     fi
 else
     echo $OS | grep -i cygwin