sharp/packaging/test/debian.sh
Lovell Fuller 05cec013fe Ensure support for more Linux flavours
Add docker-based packaging tests
2015-11-09 08:37:30 +00:00

6 lines
94 B
Bash
Executable File

#!/bin/sh
# Install pkg-config on Debian/Ubuntu
apt-get update
apt-get install -y pkg-config