From d0b5ddce22c81456143bef9d87d04661c16c4621 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 4 Dec 2014 15:52:50 -0200 Subject: Fix update url since now we have RELENG_2_2 --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index a7825d2..468db1e 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -102,7 +102,7 @@ if(file_exists("/etc/platform")) { //$arch = ($arch == "i386") ? "" : '/' . $arch; /* Full installs and NanoBSD use the same update directory and manifest in 2.x */ - $g['update_url']="https://snapshots.pfsense.org/FreeBSD_releng/10.1/{$arch}/pfSense_HEAD/.updaters/"; + $g['update_url']="https://snapshots.pfsense.org/FreeBSD_releng/10.1/{$arch}/pfSense_RELENG_2_2/.updaters/"; $g['update_manifest']="https://updates.pfSense.org/manifest"; $g['platform'] = trim(file_get_contents("/etc/platform")); -- cgit v1.1