We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d3d91 commit 1567bd2Copy full SHA for 1567bd2
Assets/EmuHawkMono.sh
@@ -4,7 +4,7 @@ libpath=""
4
if [ "$(command -v lsb_release)" ]; then
5
case "$(lsb_release -i | head -n1 | cut -c17- | tr A-Z a-z)" in
6
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
7
- "fedora"|"gentoo"|"opensuse") libpath="/usr/lib64";;
+ "fedora"|"gentoo"|"nobaralinux"|"opensuse") libpath="/usr/lib64";;
8
"nixos") libpath="/usr/lib"; printf "Running on NixOS? Why aren't you using the Nix expr?\n";;
9
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
10
esac
0 commit comments