diff --git a/CHANGELOG.md b/CHANGELOG.md index b1a4059..75d8caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ * Linux distribution support * Arch Linux * Bodhi 5.0.0 - * CentOS 6 - * CentOS 7 * Debian 9 * Elementary OS 5.0 * Fedora 28 diff --git a/README.md b/README.md index 809ae10..4dfa99d 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions v * Linux 64-bit Distributions: * Arch Linux * Bodhi 5.0.0 - * CentOS 7 - * CentOS 6 * Debian 9 * Elementary OS 5.0 * Fedora 28 diff --git a/public/detect_linux.sh b/public/detect_linux.sh index bf97782..e652e45 100644 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -8,18 +8,7 @@ function resetDistVer { DISTVER= } -if [ -f /etc/centos-release ]; then - . /etc/os-release - if [ "$VERSION_ID" == "7" ]; then - DISTNAME=centos - DISTVER=7 - elif [ "$VERSION_ID" == "6" ]; then - DISTNAME=centos - DISTVER=6 - else - resetDistVer - fi -elif [ -f /etc/fedora-release ]; then +if [ -f /etc/fedora-release ]; then . /etc/os-release if [ "$VERSION_ID" == "29" ]; then DISTNAME=fedora