mirror of
https://github.com/erpalma/throttled.git
synced 2026-03-25 06:05:07 +01:00
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:
parent
4b076e1496
commit
038b8171e7
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue