summaryrefslogtreecommitdiffstats
path: root/src/etc/phpshellsessions/gitsync
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-03 17:48:49 -0300
committerRenato Botelho <renato@netgate.com>2015-09-03 17:48:49 -0300
commit38c30fb9fdab01ed5af0a48b34b4cd9d356131c4 (patch)
treeb37ed9c04578eca1669065b7209ee77db895c31a /src/etc/phpshellsessions/gitsync
parent9e4bb20073633945532075e4792b23c36e6d405d (diff)
parentc833432e7fa69b3fa7220a747f0082d3dabc0b4b (diff)
downloadpfsense-38c30fb9fdab01ed5af0a48b34b4cd9d356131c4.zip
pfsense-38c30fb9fdab01ed5af0a48b34b4cd9d356131c4.tar.gz
Merge branch 'master' into bootstrap
Diffstat (limited to 'src/etc/phpshellsessions/gitsync')
-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 9f2e56b..76e6e90 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -76,7 +76,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