Fedora 30 support
This commit is contained in:
@@ -18,7 +18,10 @@ if [ -f /etc/centos-release ]; then
|
||||
fi
|
||||
elif [ -f /etc/fedora-release ]; then
|
||||
. /etc/os-release
|
||||
if [ "$VERSION_ID" == "29" ]; then
|
||||
if [ "$VERSION_ID" == "30" ]; then
|
||||
DISTNAME=fedora
|
||||
DISTVER=30
|
||||
elif [ "$VERSION_ID" == "29" ]; then
|
||||
DISTNAME=fedora
|
||||
DISTVER=29
|
||||
elif [ "$VERSION_ID" == "28" ]; then
|
||||
|
||||
@@ -8,6 +8,7 @@ exports.DATA_LOCATIONS = {
|
||||
debian9: '~/.local/repertory/ui',
|
||||
fedora28: '~/.local/repertory/ui',
|
||||
fedora29: '~/.local/repertory/ui',
|
||||
fedora30: '~/.local/repertory/ui',
|
||||
linux: '~/.local/repertory/ui',
|
||||
solus: '~/.local/repertory/ui',
|
||||
'ubuntu18.04': '~/.local/repertory/ui',
|
||||
|
||||
Reference in New Issue
Block a user