Add Gentoo to Linux run script
This commit is contained in:
parent
2a70b532d5
commit
333fd6d533
|
@ -8,7 +8,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") libpath="/usr/lib64";;
|
"fedora"|"gentoo") 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