1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 15:35:07 +00:00

Meta: Removed commas from command in macOS prereqs (#6109)

The commas cause Homebrew to attempt to install "osxfuse,"
instead of osxfuse. "osxfuse," doesn't exist.
This commit is contained in:
Will 2021-04-04 03:00:44 -04:00 committed by GitHub
parent a856e8d805
commit fdffd8ece5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ Make sure you have all the dependencies installed:
brew install coreutils qemu bash gcc@10 ninja cmake brew install coreutils qemu bash gcc@10 ninja cmake
# Fuse + ex2 # Fuse + ex2
brew install osxfuse, e2fsprogs, m4, autoconf, automake, libtool brew install osxfuse e2fsprogs m4 autoconf automake libtool
brew install --cask osxfuse brew install --cask osxfuse
Toolchain/BuildFuseExt2.sh Toolchain/BuildFuseExt2.sh
``` ```