Add 'pkg-config' to list of Ubuntu packages

This commit is contained in:
Hunter Goldstein 2017-06-20 17:28:34 -04:00
parent 87ed4e1ec5
commit ba3089e9ec

View file

@ -174,7 +174,7 @@ ubuntu()
echo "Updating system..."
sudo "$2" update
echo "Installing required packages..."
sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse
sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse pkg-config
if [ "$1" == "qemu" ]; then
if [ -z "$(which qemu-system-x86_64)" ]; then
echo "Installing QEMU..."