From 1b62bd3482ba3a40a957b1a3a6d3d6dc1e8d539f Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Fri, 30 Oct 2020 14:23:03 -0500 Subject: [PATCH] only install libpng-dev --- apps/Raspi2png/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Raspi2png/install b/apps/Raspi2png/install index ffdcc81..44b72dd 100755 --- a/apps/Raspi2png/install +++ b/apps/Raspi2png/install @@ -6,7 +6,7 @@ function error { echo -e "\\e[91m$1\\e[39m" exit 1 } -"${DIRECTORY}/pkg-install" "libpng*-dev" "$(dirname "$0")" || exit 1 +"${DIRECTORY}/pkg-install" "libpng-dev" "$(dirname "$0")" || exit 1 git clone https://github.com/AndrewFromMelbourne/raspi2png || error "failed to clone repository!"