From 6376797a35fa2b6f70b97e3f14c91e36c0623635 Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Sun, 16 Jul 2017 17:18:40 +0200 Subject: [PATCH] bootstrap.sh: Use correct FUSE package for SUSE --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index dc7d65c..7180e6f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -262,7 +262,7 @@ suse() fi fi echo "Installing necessary build tools..." - sudo zypper install gcc gcc-c++ glibc-devel-32bit nasm make libfuse + sudo zypper install gcc gcc-c++ glibc-devel-32bit nasm make fuse-devel } ##############################################################################