only install libpng-dev

pull/61/head
Botspot 5 years ago committed by GitHub
parent bb93a1b340
commit 1b62bd3482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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!"

Loading…
Cancel
Save