From b3fdac49b16db988c74d418c7fcb99978ab65f8b Mon Sep 17 00:00:00 2001 From: Jason Bacon Date: Sat, 12 Mar 2022 11:27:19 -0600 Subject: [PATCH] auto-install-base-components: BETA and RC tarballs are under releases --- Scripts/auto-install-base-components | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/auto-install-base-components b/Scripts/auto-install-base-components index 6bc6f3d..6468a77 100755 --- a/Scripts/auto-install-base-components +++ b/Scripts/auto-install-base-components @@ -79,7 +79,7 @@ FreeBSD) printf "$dist already installed.\n" else cd / - if uname -r | fgrep -q RELEASE; then + if uname -r | egrep -q 'RELEASE|BETA|RC'; then url=ftp://ftp.freebsd.org/pub/`uname -s`/releases/`uname -m`/`uname -r | cut -d'-' -f1,2`/$dist.txz else url=ftp://ftp.freebsd.org/pub/`uname -s`/snapshots/`uname -m`/`uname -r | cut -d'-' -f1,2`/$dist.txz