Add hydra IP address binding.

This commit is contained in:
Tom Alexander
2025-03-23 16:54:56 -04:00
parent 9319fc4bc5
commit ff1217c65d
2 changed files with 7 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ function by_src {
}
function by_bin {
DESTRELEASE=13.2-RELEASE
DESTRELEASE=14.1-RELEASE
DESTARCH=`uname -m`
SOURCEURL=http://ftp.freebsd.org/pub/FreeBSD/releases/$DESTARCH/$DESTRELEASE/
for component in base ports; do fetch $SOURCEURL/$component.txz -o - | tar -xf - -C "$DESTDIR" ; done