Use git instead of git-lite

This commit is contained in:
Renato Botelho 2015-09-03 17:48:38 -03:00
parent c6d14b0be9
commit c833432e7f

View File

@ -75,7 +75,7 @@ if (!file_exists($GIT_BIN)) {
require_once("pkg-utils.inc");
echo "Cannot find git, installing...\n";
if (!pkg_call('install -y -q git-lite')) {
if (!pkg_call('install -y -q git')) {
echo "\nERROR: Unable to install git pkg.\n";
return;
}