mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Merge pull request #998 from richiejp/bootstrap_correct_fuse
bootstrap.sh: Use correct FUSE package for SUSE
This commit is contained in:
commit
281bbfcb4b
@ -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
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user