Skip to content

Commit

Permalink
auto-install-base-components: BETA and RC tarballs are under releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Bacon committed Mar 12, 2022
1 parent daf893c commit b3fdac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/auto-install-base-components
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3fdac4

Please sign in to comment.