EmuHawkMono.sh 'I suck at shell scripts' fix
This commit is contained in:
parent
c2bc9893e5
commit
d7caf48a70
|
@ -8,8 +8,7 @@ libpath=""
|
|||
if [ "$(command -v lsb_release)" ]; then
|
||||
case "$(lsb_release -i | cut -c17- | tr -d "\n")" in
|
||||
"Arch"|"ManjaroLinux") libpath="/usr/lib/wine";;
|
||||
"Ubuntu"|"LinuxMint") libpath="/usr/lib/x86_64-linux-gnu/wine";;
|
||||
"Debian"|"DebianLinux") libpath="/usr/lib/x86_64-linux-gnu/wine";;
|
||||
"Debian"|"Ubuntu"|"LinuxMint") libpath="/usr/lib/x86_64-linux-gnu/wine";;
|
||||
esac
|
||||
fi
|
||||
if [ -z "$libpath" ]; then
|
||||
|
|
Loading…
Reference in New Issue