Add Debian as option in EmuHawkMono.sh runscript

This commit is contained in:
Asnivor 2019-01-09 14:37:11 +00:00
parent ec89abd419
commit c2bc9893e5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ 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";;
esac
fi
if [ -z "$libpath" ]; then