summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-10-07 20:17:14 +0200
committerErmal <eri@pfsense.org>2014-10-07 20:17:14 +0200
commitb4bd9c56c12abeec0480d5770f8a7d857349d977 (patch)
tree97b516e9e82583a042f694f506c043c282faafd1 /etc/inc
parent86ce2df7fdb04aa15f9fbeda91202c153e9d0cbd (diff)
downloadpfsense-b4bd9c56c12abeec0480d5770f8a7d857349d977.zip
pfsense-b4bd9c56c12abeec0480d5770f8a7d857349d977.tar.gz
Update the URL for snapshots update
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 1 insertions, 1 deletions
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"));
OpenPOWER on IntegriCloud