Merge pull request #972 from huntergoldstein/master
Add 'pkg-config' to list of Ubuntu packages
This commit is contained in:
commit
cc42cab9e2
|
@ -174,7 +174,7 @@ ubuntu()
|
||||||
echo "Updating system..."
|
echo "Updating system..."
|
||||||
sudo "$2" update
|
sudo "$2" update
|
||||||
echo "Installing required packages..."
|
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 [ "$1" == "qemu" ]; then
|
||||||
if [ -z "$(which qemu-system-x86_64)" ]; then
|
if [ -z "$(which qemu-system-x86_64)" ]; then
|
||||||
echo "Installing QEMU..."
|
echo "Installing QEMU..."
|
||||||
|
|
Loading…
Reference in a new issue