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:
parent
a856e8d805
commit
fdffd8ece5
Notes:
sideshowbarker
2024-07-18 20:50:38 +09:00
Author: https://github.com/willmorong 🔰 Commit: https://github.com/SerenityOS/serenity/commit/fdffd8ece5e Pull-request: https://github.com/SerenityOS/serenity/pull/6109
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Make sure you have all the dependencies installed:
|
|||
brew install coreutils qemu bash gcc@10 ninja cmake
|
||||
|
||||
# Fuse + ex2
|
||||
brew install osxfuse, e2fsprogs, m4, autoconf, automake, libtool
|
||||
brew install osxfuse e2fsprogs m4 autoconf automake libtool
|
||||
brew install --cask osxfuse
|
||||
Toolchain/BuildFuseExt2.sh
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue