diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-05-08 12:03:30 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-05-08 12:03:30 -0300 |
commit | d78c4a27bdf0893caf2a62b1770425325c13b1d9 (patch) | |
tree | 75c4f95c1376d07ef21bf19291f890a5e76fb29f /etc/phpshellsessions/gitsync | |
parent | 5f3a0fc3066ce77562a59794bd67e114211b03d0 (diff) | |
download | pfsense-d78c4a27bdf0893caf2a62b1770425325c13b1d9.zip pfsense-d78c4a27bdf0893caf2a62b1770425325c13b1d9.tar.gz |
Install regular git-lite package
Diffstat (limited to 'etc/phpshellsessions/gitsync')
-rw-r--r-- | etc/phpshellsessions/gitsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync index b9bda60..aced804 100644 --- a/etc/phpshellsessions/gitsync +++ b/etc/phpshellsessions/gitsync @@ -79,7 +79,7 @@ if (!file_exists($GIT_BIN)) { require_once("pkg-utils.inc"); echo "Cannot find git, installing...\n"; - if (!pkg_install('git')) { + if (!pkg_call('install -y -q git-lite')) { echo "\nERROR: Unable to install git pkg.\n"; return; } |