From 74324f6794e5e3797b9288019f92f731799ce484 Mon Sep 17 00:00:00 2001 From: Jai-JAP <78354625+Jai-JAP@users.noreply.github.com> Date: Wed, 19 May 2021 20:33:12 +0530 Subject: [PATCH] Update install-32 --- apps/Zoom/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Zoom/install-32 b/apps/Zoom/install-32 index 020afed..b100363 100755 --- a/apps/Zoom/install-32 +++ b/apps/Zoom/install-32 @@ -16,7 +16,7 @@ if [[ "${DISTRO}" == "Debian" || "${DISTRO}" == "Raspbian" ]]; then elif [[ "${DISTRO}" == "Ubuntu" ]]; then "${DIRECTORY}/pkg-install" "cmake libxcb-xtest0 libxcb-xfixes0 libturbojpeg pulseaudio-utils pulseaudio" "$(dirname "$0")" || exit 1 else - error "This script can't run on your OS! It HAS to be Debian or Ubuntu" + error "This script can't run on your OS! It HAS to be Debian and derivatives like RPiOS or Ubuntu" fi #refresh list of libraries