mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-09 18:54:41 +02:00
7 lines
153 B
Markdown
7 lines
153 B
Markdown
It may be neccessary to install gcc seperat to use psutil
|
|
|
|
```bash
|
|
sudo pacman -S gcc
|
|
```
|
|
|
|
If this is the case in the future, automize it in this role. |