From c833432e7fa69b3fa7220a747f0082d3dabc0b4b Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 3 Sep 2015 17:48:38 -0300 Subject: [PATCH] Use git instead of git-lite --- src/etc/phpshellsessions/gitsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync index 6757848fc6..b6d59fa6af 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; }