summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-03 17:48:38 -0300
committerRenato Botelho <renato@netgate.com>2015-09-03 17:48:38 -0300
commitc833432e7fa69b3fa7220a747f0082d3dabc0b4b (patch)
tree31b1261de717bc0c8596c0f61286b96992725d7c /src/etc/phpshellsessions
parentc6d14b0be955bed4198faacdf7b493dc3d3d16f8 (diff)
downloadpfsense-c833432e7fa69b3fa7220a747f0082d3dabc0b4b.zip
pfsense-c833432e7fa69b3fa7220a747f0082d3dabc0b4b.tar.gz
Use git instead of git-lite
Diffstat (limited to 'src/etc/phpshellsessions')
-rw-r--r--src/etc/phpshellsessions/gitsync2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index 6757848..b6d59fa 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -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;
}
OpenPOWER on IntegriCloud