Add python3-cairo-dev as requirement for ubuntu (21.10)

Adds missing requirement to  run `sudo ./throttled/install.sh successfully.`
This commit is contained in:
Toni Röyhy 2022-03-11 17:08:36 +02:00 committed by GitHub
parent 4b076e1496
commit 038b8171e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ sudo rc-service throttled start
### Debian/Ubuntu
```
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-cairo-dev python3-venv python3-wheel
git clone https://github.com/erpalma/throttled.git
sudo ./throttled/install.sh
```