From a25b22039e42a5e505b7ddd9594d2e8d0a3cbe67 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 19 Apr 2019 17:26:46 -0500 Subject: [PATCH] Removed CentOS 6 --- README.md | 1 - public/detect_linux.sh | 3 --- releases.json | 10 ---------- 3 files changed, 14 deletions(-) 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" ],