mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change default FTP server (s/ftp-archive/ftp/).
This commit is contained in:
parent
f0157ce528
commit
2a5bf6db9a
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ nonInteractive=1
|
|||
TMPDIR=/tmp
|
||||
if [ ! -e "$TMPDIR/packages/INDEX" ]; then
|
||||
[ -d "$TMPDIR/packages" ] || mkdir -p "$TMPDIR/packages" || exit 1
|
||||
_ftpPath=ftp://ftp-archive.freebsd.org
|
||||
_ftpPath=ftp://ftp.freebsd.org
|
||||
# For older releases, use ftp://ftp-archive.freebsd.org
|
||||
mediaSetFTP
|
||||
mediaOpen
|
||||
f_show_info "Downloading packages/INDEX from %s" "$_ftpPath"
|
||||
|
|
|
|||
Loading…
Reference in a new issue