Commit a4686875 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

CVMFS init: drop unsupported OS

parent e0b743d5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -8,12 +8,6 @@ if [ "$(uname)" = "Linux" ]; then
    if [ "$( cat /etc/*-release | grep "CentOS Linux 7" )" ]; then
        echo "Detected CentOS Linux 7"
        OS=centos7
    elif [ "$( cat /etc/*-release | grep "CentOS Linux 8" )" ] || [ "$( cat /etc/*-release | grep "CentOS Stream release 8" )" ]; then
        echo "Detected CentOS Linux 8"
        OS=centos8
    elif [ "$( cat /etc/*-release | grep "CentOS Stream release 9" )" ]; then
        echo "Detected CentOS Linux 9"
        OS=centos9
    elif [ "$( cat /etc/*-release | grep "Red Hat Enterprise Linux 9" )" ]; then
        echo "Detected Red Hat Enterprise Linux 9"
        OS=el9