git: 2911c44bafa7 - main - bsdinstall: remove two dead mirrors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Feb 2024 13:50:03 UTC
The branch main has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=2911c44bafa7daef67f528aa9af251d134f8f8ea
commit 2911c44bafa7daef67f528aa9af251d134f8f8ea
Author: Philip Paeps <philip@FreeBSD.org>
AuthorDate: 2024-02-15 13:49:33 +0000
Commit: Philip Paeps <philip@FreeBSD.org>
CommitDate: 2024-02-15 13:49:33 +0000
bsdinstall: remove two dead mirrors
---
usr.sbin/bsdinstall/scripts/mirrorselect | 2 --
1 file changed, 2 deletions(-)
diff --git a/usr.sbin/bsdinstall/scripts/mirrorselect b/usr.sbin/bsdinstall/scripts/mirrorselect
index 8dd50199977d..05eff9fee56e 100755
--- a/usr.sbin/bsdinstall/scripts/mirrorselect
+++ b/usr.sbin/bsdinstall/scripts/mirrorselect
@@ -87,8 +87,6 @@ MIRROR=`bsddialog --backtitle "$OSNAME Installer" \
ftp://ftp2.uk.freebsd.org "UK #2 - IPv6"\
ftp://ftp.ua.FreeBSD.org "Ukraine - IPv6"\
ftp://ftp5.us.freebsd.org "USA #5 - IPv6"\
- ftp://ftp11.us.freebsd.org "USA #11 - IPv6"\
- ftp://ftp14.us.freebsd.org "USA #14"\
2>&1 1>&5`
MIRROR_BUTTON=$?
exec 5>&-