From aaab43ef9743fe7fefb199d58b7dc81433082c9a Mon Sep 17 00:00:00 2001 From: Newbyte Date: Sat, 14 Mar 2020 18:29:44 +0100 Subject: [PATCH] Supporting setting up dependencies in elementaryOS Add elementary OS to list of Debian-family operating systems. Tested on 5.1 Hera. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 411a09a..6fd88fa 100755 --- a/build.sh +++ b/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}"