From 4d6244292395178e089e6eede9271d5c8024afbf Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 31 Jan 2009 23:58:38 -0500 Subject: pkg_add -r git --- etc/phpshellsessions/cvssync | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index c13e373..aaf7983 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -21,8 +21,7 @@ unlink_if_exists("/tmp/config.cache"); if(!file_exists("/usr/local/bin/git")) { echo "Cannot find git, fetching static git..."; - system("fetch -o /usr/local/bin/git http://files.pfsense.org/extras/7/git"); - system("chmod a+rx /usr/local/bin/git"); + system("pkg_add -r git"); } # Remove mainline if exists (older) -- cgit v1.1