mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user