diff --git a/README.md b/README.md index 809ae10..041f0ca 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions v * 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..debd60f 100644 --- a/public/detect_linux.sh +++ b/public/detect_linux.sh @@ -13,9 +13,6 @@ if [ -f /etc/centos-release ]; then if [ "$VERSION_ID" == "7" ]; then DISTNAME=centos DISTVER=7 - elif [ "$VERSION_ID" == "6" ]; then - DISTNAME=centos - DISTVER=6 else resetDistVer fi diff --git a/releases.json b/releases.json index 1efb211..0631e27 100644 --- a/releases.json +++ b/releases.json @@ -7,13 +7,6 @@ "urls": [] } }, - "centos6": { - "1.0.3": { - "sha256": "", - "sig": "", - "urls": [] - } - }, "centos7": { "1.0.3": { "sha256": "", @@ -89,9 +82,6 @@ "arch": [ "1.0.3" ], - "centos6": [ - "1.0.3" - ], "centos7": [ "1.0.3" ],