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; }