From b4bd9c56c12abeec0480d5770f8a7d857349d977 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 7 Oct 2014 20:17:14 +0200 Subject: Update the URL for snapshots update --- etc/inc/globals.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/globals.inc') diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 4bb1410..1f6f904 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -104,7 +104,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_stable/10/{$arch}/pfSense_HEAD/.updaters/"; + $g['update_url']="https://snapshots.pfsense.org/FreeBSD_releng/10.1/{$arch}/pfSense_HEAD/.updaters/"; $g['update_manifest']="https://updates.pfSense.org/manifest"; $g['platform'] = trim(file_get_contents("/etc/platform")); -- cgit v1.1