From b64ce1a67f228dc0e95378f7a8cd59d64669c7e7 Mon Sep 17 00:00:00 2001 From: Ahmed Charles Date: Sun, 29 Jan 2017 17:24:54 -0800 Subject: [PATCH] fuse is also a dependency on debian based systems fusermount is in the fuse package. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 7170a3d..5ea24b2 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -178,7 +178,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 + sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse if [ "$1" == "qemu" ]; then if [ -z "$(which qemu-system-x86_64)" ]; then echo "Installing QEMU..."