Fedora 33
This commit is contained in:
@@ -35,6 +35,7 @@ Repertory allows you to mount Sia, Skynet and/or ScPrime blockchain storage solu
|
||||
* Fedora 30
|
||||
* Fedora 31
|
||||
* Fedora 32
|
||||
* Fedora 33
|
||||
* Linux Mint 19
|
||||
* Linux Mint 19.1
|
||||
* Linux Mint 19.2
|
||||
|
||||
@@ -21,7 +21,7 @@ if [ -f /etc/centos-release ]; then
|
||||
fi
|
||||
elif [ -f /etc/fedora-release ]; then
|
||||
. /etc/os-release
|
||||
if [ "$VERSION_ID" != "32" ] && [ "$VERSION_ID" != "31" ] && [ "$VERSION_ID" != "30" ] && [ "$VERSION_ID" != "29" ] && [ "$VERSION_ID" != "28" ]; then
|
||||
if [ "$VERSION_ID" != "33" ] && "$VERSION_ID" != "32" ] && [ "$VERSION_ID" != "31" ] && [ "$VERSION_ID" != "30" ] && [ "$VERSION_ID" != "29" ] && [ "$VERSION_ID" != "28" ]; then
|
||||
resetDistVer
|
||||
else
|
||||
DISTNAME=debian
|
||||
|
||||
Reference in New Issue
Block a user