Add Nobara Linux support to EmuHawkMono.sh
Some Fedora based distro, needs /usr/lib64 https://www.reddit.com/r/NobaraProject/comments/1goxkwz/bizhawk_emu_crash/
This commit is contained in:
parent
f9d3d91d34
commit
1567bd23ec
|
@ -4,7 +4,7 @@ libpath=""
|
||||||
if [ "$(command -v lsb_release)" ]; then
|
if [ "$(command -v lsb_release)" ]; then
|
||||||
case "$(lsb_release -i | head -n1 | cut -c17- | tr A-Z a-z)" in
|
case "$(lsb_release -i | head -n1 | cut -c17- | tr A-Z a-z)" in
|
||||||
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
|
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
|
||||||
"fedora"|"gentoo"|"opensuse") libpath="/usr/lib64";;
|
"fedora"|"gentoo"|"nobaralinux"|"opensuse") libpath="/usr/lib64";;
|
||||||
"nixos") libpath="/usr/lib"; printf "Running on NixOS? Why aren't you using the Nix expr?\n";;
|
"nixos") libpath="/usr/lib"; printf "Running on NixOS? Why aren't you using the Nix expr?\n";;
|
||||||
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
|
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue