Add OpenSUSE to Mono launch script
This commit is contained in:
parent
c7d65eb0ca
commit
eca0ca41a9
|
@ -4,7 +4,7 @@ libpath=""
|
||||||
if [ "$(command -v lsb_release)" ]; then
|
if [ "$(command -v lsb_release)" ]; then
|
||||||
case "$(lsb_release -i | cut -c17- | tr -d "\n" | tr A-Z a-z)" in
|
case "$(lsb_release -i | cut -c17- | tr -d "\n" | tr A-Z a-z)" in
|
||||||
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
|
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
|
||||||
"fedora"|"gentoo") libpath="/usr/lib64";;
|
"fedora"|"gentoo"|"opensuse") libpath="/usr/lib64";;
|
||||||
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
|
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue