Skip to content

Commit

Permalink
bootstrap: move instructions to 21.7 now that it works
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 21, 2021
1 parent a25a328 commit bd81808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
upgrade: all install clean

UPDATE_RELEASE?= 21.1.8
UPDATE_RELEASE?= 21.7

_BOOTSTRAP_RELEASE= ${UPDATE_RELEASE:S/./ /g}
BOOTSTRAP_RELEASE?= ${_BOOTSTRAP_RELEASE:[1]}.${_BOOTSTRAP_RELEASE:[2]}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The usage is simple, starting with a FreeBSD 12.1-RELEASE image:

# pkg install ca_root_nss
# fetch https://raw.githubusercontent.com/opnsense/update/master/bootstrap/opnsense-bootstrap.sh.in
# sh ./opnsense-bootstrap.sh.in -r "major.version"
# sh ./opnsense-bootstrap.sh.in -r 21.7

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

Expand Down

0 comments on commit bd81808

Please sign in to comment.