diff --git a/conf/explorer/os b/conf/explorer/os
index f7481193..b636d980 100755
--- a/conf/explorer/os
+++ b/conf/explorer/os
@@ -43,6 +43,12 @@ if [ -f /etc/gentoo-release ]; then
    exit 0
 fi
 
+# Fedora is also Redhat, thus return before redhat!
+if grep -q ^Fedora /etc/redhat-release 2>/dev/null; then
+   echo fedora
+   exit 0
+fi
+
 if [ -f /etc/redhat-release ]; then
    echo redhat
    exit 0