Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d22f6ee

Browse files
committed
update: prep for 22.7 release
1 parent df8bd08 commit d22f6ee

File tree

2 files changed

+3
-3
lines changed
  • README.md
  • src
    • Makefile.inc

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ root certificates -> HTTPS -> OPNsense package fingerprints.
3636
What it will also do is turn a supported stock FreeBSD release into
3737
an OPNsense installation. Both UFS and ZFS installations are supported.
3838

39-
The usage is simple, starting with a FreeBSD 13.0-RELEASE image:
39+
The usage is simple, starting with a FreeBSD 13.1-RELEASE image:
4040

4141
# pkg install ca_root_nss
4242
# fetch https://raw.githubusercontent.com/opnsense/update/master/src/bootstrap/opnsense-bootstrap.sh.in
43-
# sh ./opnsense-bootstrap.sh.in -r 22.1
43+
# sh ./opnsense-bootstrap.sh.in -r 22.7
4444

4545
After successful reboot, OPNsense should be up and running. :)
4646

src/Makefile.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ VERSIONBIN= /usr/local/sbin/opnsense-version
99
# for driver reasons.
1010
_UPDATE_RELEASE!= ${VERSIONBIN} -v base
1111
.else
12-
_UPDATE_RELEASE= 22.1
12+
_UPDATE_RELEASE= 22.7
1313
.endif
1414

1515
UPDATE_RELEASE?= ${_UPDATE_RELEASE}

0 commit comments

Comments
(0)