From 5086dad4d29eea311d5c57aeb3d718b888472d36 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Wed, 15 Dec 2021 18:29:07 +0100 Subject: [PATCH] Added installation hint --- roles/native-backups-cleanup/readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/native-backups-cleanup/readme.md b/roles/native-backups-cleanup/readme.md index 4ce6bd03..973d90f3 100644 --- a/roles/native-backups-cleanup/readme.md +++ b/roles/native-backups-cleanup/readme.md @@ -1,3 +1,11 @@ # role native-backups-cleanup Cleans up old backups + +## Additional software + +It may be neccessary to install gcc seperat to use psutil + +```bash + sudo pacman -S gcc +```