From de4cd3d22d34fe0bddfe86767f22cb0a33525d49 Mon Sep 17 00:00:00 2001 From: datalore Date: Wed, 6 Nov 2024 14:05:34 +0100 Subject: [PATCH] Added dependency section to Readme --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 4c47b04..21219eb 100644 --- a/Readme.md +++ b/Readme.md @@ -3,3 +3,11 @@ This is a modified version of AUR package [fusioninventory-agent-bin](https://aur.archlinux.org/packages/fusioninventory-agent-bin) for version 2.6-3 from the official debian repositories, as version 2.6-1 from GitHub doesn't seem to work anymore. Also, two commented out dependencies where reintroduced as they seem to be neccessary. + +## Dependencies + +... may need to be installed manually. I recommend yay for that, so the command would be + +```bash +yay -S perl-module-build perl-file-which perl-libwww perl-net-ip perl-text-template perl-universal-require perl-xml-treepp perl-data-structure-util +```