Merge pull request #833 from ahmedcharles/patch-1

fuse is also a dependency on debian based systems
This commit is contained in:
Jeremy Soller 2017-01-29 20:04:09 -07:00 committed by GitHub
commit 756e58b9e7

View file

@ -178,7 +178,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 sudo "$2" install build-essential libc6-dev-i386 nasm curl file git libfuse-dev fuse
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..."