summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/phpshellsessions/cvssync3
1 files changed, 1 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud