Skip to content

Commit 68386fd

Browse files
authored
[Raspberry Pi Mouse]Raspberry Pi OSのカーネルヘッダーインストールコマンドを修正 (#42)
1 parent bfe0bc3 commit 68386fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/raspimouse/driver/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Raspberry Pi Mouseのデバイスドライバのソースファイルは
181181
5. 次のコマンドを実行し、デバイスドライバをインストールします
182182
```sh
183183
$ cd RaspberryPiMouse/utils
184-
$ sudo apt install linux-headers-$(uname -r) build-essential
184+
$ sudo apt install raspberrypi-kernel-headers build-essential
185185
$ ./build_install.bash
186186
```
187187
6. コマンド実行後にブザーが鳴ればインストール完了です

0 commit comments

Comments
 (0)