Pkgs for debian

This commit is contained in:
Tobias Herre 2023-11-10 14:23:46 +01:00
parent 7143d82787
commit 562fd42333
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,11 @@ vars:
"pkgs" slist => {"wget","curl"};
centos::
"pkgs" slist => {"wget","tar","bzip2","xz","unzip"};
debian::
"pkgs" slist => {"wget"};
any::
"exe" string => "/usr/bin/wget";
freebsd::
"exe" string => "/usr/local/bin/wget";