raspi2png fix for 64bit

pull/46/head
Botspot 4 years ago
parent d4a6149354
commit 7cbbfa6c33

@ -6,7 +6,7 @@ function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
"${DIRECTORY}/pkg-install" "libpng12-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