Update package name to cec-utils for Raspberry Pi OS
Change installation instructions from libcec-rpi to cec-utils which is the correct package name for Raspberry Pi OS (Raspbian). Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,10 +4,10 @@ Control HDMI-connected devices (TVs, receivers, etc.) from your Raspberry Pi 4 u
|
||||
|
||||
## Installation
|
||||
|
||||
1. Install the required CEC library:
|
||||
1. Install the required CEC utilities:
|
||||
```bash
|
||||
sudo apt-get update
|
||||
sudo apt-get install libcec-rpi
|
||||
sudo apt-get install cec-utils
|
||||
```
|
||||
|
||||
2. Make the script executable (already done):
|
||||
|
||||
Reference in New Issue
Block a user