Compare commits
No commits in common. "562fd42333c4738a6968bd1375038781a3089157" and "7ff401d133569c47b3f7609dde29f45dbb8aa732" have entirely different histories.
562fd42333
...
7ff401d133
2
php.cf
2
php.cf
|
@ -64,7 +64,7 @@ vars:
|
||||||
"php$(version)-curl",
|
"php$(version)-curl",
|
||||||
"php$(version)-imagick",
|
"php$(version)-imagick",
|
||||||
"php$(version)-ldap",
|
"php$(version)-ldap",
|
||||||
# "php$(version)-json"
|
"php-json"
|
||||||
|
|
||||||
};
|
};
|
||||||
ubuntu::
|
ubuntu::
|
||||||
|
|
4
wget.cf
4
wget.cf
|
@ -9,11 +9,9 @@ vars:
|
||||||
"pkgs" slist => {"wget","curl"};
|
"pkgs" slist => {"wget","curl"};
|
||||||
centos::
|
centos::
|
||||||
"pkgs" slist => {"wget","tar","bzip2","xz","unzip"};
|
"pkgs" slist => {"wget","tar","bzip2","xz","unzip"};
|
||||||
debian::
|
|
||||||
"pkgs" slist => {"wget"};
|
|
||||||
|
|
||||||
|
|
||||||
any::
|
|
||||||
"exe" string => "/usr/bin/wget";
|
"exe" string => "/usr/bin/wget";
|
||||||
freebsd::
|
freebsd::
|
||||||
"exe" string => "/usr/local/bin/wget";
|
"exe" string => "/usr/local/bin/wget";
|
||||||
|
|
Loading…
Reference in New Issue