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