Merge pull request #20 from guihkx/patch-3

Use dpkg-query -s to query for packages
pull/28/head
telans 4 years ago committed by GitHub
commit 4d2f3876d5

@ -44,8 +44,8 @@ dependencies() {
DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686}"
install
;;
*"buntu"|"Linux Mint"|"Debian")
MANAGER_QUERY="dpkg-query -l"
*"buntu"|"Linux Mint"|"Debian"|"Zorin 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}"
install

Loading…
Cancel
Save