mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add https to update URLs and replace RELENG_8_3 by RELENG_10_0
This commit is contained in:
parent
6635f5b90d
commit
aea33635c0
@ -104,8 +104,8 @@ 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']="http://snapshots.pfsense.org/FreeBSD_RELENG_8_3/{$arch}/pfSense_HEAD/.updaters/";
|
||||
$g['update_manifest']="http://updates.pfSense.com/manifest";
|
||||
$g['update_url']="https://snapshots.pfsense.org/FreeBSD_RELENG_10_0/{$arch}/pfSense_HEAD/.updaters/";
|
||||
$g['update_manifest']="https://updates.pfSense.org/manifest";
|
||||
|
||||
$g['platform'] = trim(file_get_contents("/etc/platform"));
|
||||
if($g['platform'] == "nanobsd") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user