Skip to content

Commit

Permalink
Update wifi-bluetooth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored May 21, 2024
1 parent 418240e commit 226c9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/wifi-bluetooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ Once you have run the script on macOS, depending on the method you chose, the st
To install using `pacman`, run:

```bash
sudo pacman -U /path/to/firmware_package.pkg.tar.gz
sudo pacman -U /path/to/firmware_package.pkg.tar.zst
```

!!! note

Replace `/path/to/firmware_package.pkg.tar.gz` with the actual path of the package. For example, if `apple-firmware-14.5-1-any.pkg.tar.gz` was created in macOS and has been copied to the Downloads folder in Linux, command to be run would be `sudo pacman -U $HOME/Downloads/apple-firmware-14.5-1-any.pkg.tar.gz`
Replace `/path/to/firmware_package.pkg.tar.zst` with the actual path of the package. For example, if `apple-firmware-14.5-1-any.pkg.tar.zst` was created in macOS and has been copied to the Downloads folder in Linux, command to be run would be `sudo pacman -U $HOME/Downloads/apple-firmware-14.5-1-any.pkg.tar.zst`

## Testing Firmware

Expand Down

0 comments on commit 226c9c6

Please sign in to comment.