CentOS 6 and CentOS 7 Support
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
* Linux distribution support
|
||||
* Arch Linux
|
||||
* Bodhi 5.0.0
|
||||
* CentOS 6
|
||||
* CentOS 7
|
||||
* Debian 9
|
||||
* Elementary OS 5.0
|
||||
* Fedora 28
|
||||
|
||||
@@ -12,6 +12,8 @@ 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
|
||||
|
||||
@@ -8,7 +8,18 @@ function resetDistVer {
|
||||
DISTVER=
|
||||
}
|
||||
|
||||
if [ -f /etc/fedora-release ]; then
|
||||
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
|
||||
. /etc/os-release
|
||||
if [ "$VERSION_ID" == "29" ]; then
|
||||
DISTNAME=fedora
|
||||
|
||||
@@ -1,6 +1,20 @@
|
||||
{
|
||||
"Locations": {
|
||||
"win32": {
|
||||
"arch": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"centos6": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"centos7": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
@@ -14,25 +28,101 @@
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"debian9": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"fedora28": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"fedora29": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"solus": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"ubuntu18.04": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"ubuntu18.10": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"ubuntu19.04": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
},
|
||||
"win32": {
|
||||
"1.0.3": {
|
||||
"sha256": "",
|
||||
"sig": "",
|
||||
"urls": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"Versions": {
|
||||
"arch": [
|
||||
"1.0.3"
|
||||
],
|
||||
"centos6": [
|
||||
"1.0.3"
|
||||
],
|
||||
"centos7": [
|
||||
"1.0.3"
|
||||
],
|
||||
"darwin": [
|
||||
"1.0.3"
|
||||
],
|
||||
"debian9": [
|
||||
"1.0.3"
|
||||
],
|
||||
"fedora28": [
|
||||
"1.0.3"
|
||||
],
|
||||
"fedora29": [
|
||||
"1.0.3"
|
||||
],
|
||||
"linux": [
|
||||
"unavailable"
|
||||
],
|
||||
"solus": [
|
||||
"1.0.3"
|
||||
],
|
||||
"win32": [
|
||||
"ubuntu18.04": [
|
||||
"1.0.3"
|
||||
],
|
||||
"darwin": [
|
||||
"ubuntu18.10": [
|
||||
"1.0.3"
|
||||
],
|
||||
"ubuntu19.04": [
|
||||
"1.0.3"
|
||||
],
|
||||
"win32": [
|
||||
"1.0.3"
|
||||
],
|
||||
"unknown": [
|
||||
|
||||
Reference in New Issue
Block a user