mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-11 19:10:55 +00:00
Merge pull request #59 from Newbytee/patch-1
Supporting setting up dependencies in elementary OS
This commit is contained in:
commit
63c07d5844
2
build.sh
2
build.sh
@ -59,7 +59,7 @@ dependencies() {
|
||||
DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686}"
|
||||
install
|
||||
;;
|
||||
*"buntu"|"Linux Mint"|"Debian"|"Zorin OS"|"Pop!_OS")
|
||||
*"buntu"|"Linux Mint"|"Debian"|"Zorin OS"|"Pop!_OS"|"elementary OS")
|
||||
MANAGER_QUERY="dpkg-query -s"
|
||||
MANAGER_INSTALL="apt install"
|
||||
DEPS="{gcc,g++,gcc-multilib,g++-multilib,ninja-build,python3-pip,python3-setuptools,python3-wheel,pkg-config,mesa-common-dev,libx11-dev:i386}"
|
||||
|
Loading…
Reference in New Issue
Block a user