mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-03 15:54:15 +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. |