diff --git a/bootstrap.sh b/bootstrap.sh index 8a2c5d6..07fe288 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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..."