Commit f73852ea authored by Daniel's avatar Daniel

Fix error (libpng-0)

parent b0c5acca
......@@ -51,7 +51,7 @@ if [ -f /etc/lsb-release ]; then
gstreamer1.0-plugins-base \
libusb-1.0-0-dev \
libopenblas-dev
if apt-cache search --names-only '^libpng12'| grep -q libpng12; then
if apt-cache search --names-only '^libpng12-dev'| grep -q libpng12; then
sudo -E apt-get install -y libpng12-dev
else
sudo -E apt-get install -y libpng-dev
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment