Skip to content

Commit

Permalink
Fix HardenedBSD 11 repo URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Oct 24, 2023
1 parent 604f564 commit c38f945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hardenedbsd11/pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export ASSUME_ALWAYS_YES=yes

# Force the use of HTTPS for package updates.
mkdir -p /usr/local/etc/pkg/repos/
echo 'HardenedBSD: { url: "pkg+http://mirrors.lavabit.com/freebsd-packages/FreeBSD%3A11%3Aamd64/latest/" }' > /usr/local/etc/pkg/repos/FreeBSD.conf
echo 'HardenedBSD: { url: "pkg+http://mirrors.lavabit.com/freebsd-archive/${ABI}/latest/" }' > /usr/local/etc/pkg/repos/FreeBSD.conf

retry pkg bootstrap
retry pkg-static update --force
Expand Down

0 comments on commit c38f945

Please sign in to comment.