ajout de la recette pacman pour compiler wazuh-agent

This commit is contained in:
2023-07-19 06:44:05 +00:00
parent 4b99e810e1
commit 6d7efefda3
9 changed files with 451 additions and 5 deletions

View File

@@ -31,11 +31,11 @@ then
fi
if [ "a${DISTRO}" = "a" ]; then
DISTRO="pengwyn-distro"
DISTRO="rpi-distro"
fi
if [ "a${MACHINE}" = "a" ]; then
MACHINE="pengwyn"
MACHINE="raspberrypi"
fi
if [ "a${VERS}" = "a" ]; then