Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fedora additionally needs `make` for installation (which isn't a dependency of the other packages)
  • Loading branch information
HaasJona committed Sep 1, 2019
1 parent 560e3ea commit 17f821c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Make sure you have installed *dkms*, *linux headers* and a bluetooth implementat
* On **Debian** based systems (like Ubuntu) you can install those packages by running
``sudo apt-get install dkms linux-headers-`uname -r` ``
* On **Fedora**, it is
``sudo dnf install dkms bluez bluez-tools kernel-devel-`uname -r` kernel-headers-`uname -r` ``
``sudo dnf install dkms make bluez bluez-tools kernel-devel-`uname -r` kernel-headers-`uname -r` ``
* On **OSMC** you will have to run the following commands
``sudo apt-get install dkms rbp2-headers-`uname -r` ``
``sudo ln -s "/usr/src/rbp2-headers-`uname -r`" "/lib/modules/`uname -r`/build"`` (as a [workaround](https://github.com/osmc/osmc/issues/471))
Expand Down

0 comments on commit 17f821c

Please sign in to comment.