Skip to content

Commit

Permalink
Firmware: Fix typo in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Jun 13, 2024
1 parent b7a95fe commit 4c3d85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/wifi-bluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Once you have run the script on macOS, depending on the method you chose, the st

If you choose this method, the script will install the following dependencies, if missing, on Linux:

1. **APFS driver for Linux** - Enables mounting and reading of the macOS Recovery volume, which has the firmware. The source code of the driver which shall be installed by the script is obtained from [here](https://github.com/linux-apfs/linux-apfs-rw).
1. **APFS driver for Linux** - Enables mounting and reading of the partition which has macOS to obtain firmware from there. The source code of the driver which shall be installed by the script is obtained from [here](https://github.com/linux-apfs/linux-apfs-rw).

The script shall automatically detect if any dependency is missing, and if required, will give you the option of installing it. So you need not worry about having missing dependencies.

Expand Down

0 comments on commit 4c3d85d

Please sign in to comment.