mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Use git instead of git-lite
This commit is contained in:
parent
c6d14b0be9
commit
c833432e7f
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user