summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-14 18:05:17 +0000
committerErmal <eri@pfsense.org>2014-04-14 18:05:17 +0000
commitc760c69cee65edcba3e4f0c01a7468073d9d9beb (patch)
treefc1a16ff5d15a53927bf1dfd67980669357a1633 /etc/inc/globals.inc
parent05dd0c32464009dc0df40a24fb19c5e73cc84301 (diff)
downloadpfsense-c760c69cee65edcba3e4f0c01a7468073d9d9beb.zip
pfsense-c760c69cee65edcba3e4f0c01a7468073d9d9beb.tar.gz
Fixup update URL
Diffstat (limited to 'etc/inc/globals.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 2b8d43c..0a49017 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_RELENG_10_0/{$arch}/pfSense_HEAD/.updaters/";
+ $g['update_url']="https://snapshots.pfsense.org/FreeBSD_stable/10/{$arch}/pfSense_HEAD/.updaters/";
$g['update_manifest']="https://updates.pfSense.org/manifest";
$g['platform'] = trim(file_get_contents("/etc/platform"));
OpenPOWER on IntegriCloud