Removed CentOS 6

This commit is contained in:
Scott E. Graves
2019-04-19 17:26:46 -05:00
parent f6db3ac3f1
commit a25b22039e
3 changed files with 0 additions and 14 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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"
],