Skip to content

Commit 2ba63b2

Browse files
authored
Update OPNsense version from 25.1 to 25.7 (#9736)
1 parent 2a3b09b commit 2ba63b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm/opnsense-vm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)"
2424
METHOD=""
2525
NSAPP="opnsense-vm"
2626
var_os="opnsense"
27-
var_version="25.1"
27+
var_version="25.7"
2828
#
2929
GEN_MAC=02:$(openssl rand -hex 5 | awk '{print toupper($0)}' | sed 's/\(..\)/\1:/g; s/.$//')
3030
GEN_MAC_LAN=02:$(openssl rand -hex 5 | awk '{print toupper($0)}' | sed 's/\(..\)/\1:/g; s/.$//')
@@ -670,7 +670,7 @@ if [ -n "$WAN_BRG" ]; then
670670
msg_ok "WAN interface added"
671671
sleep 5 # Brief pause after adding network interface
672672
fi
673-
send_line_to_vm "sh ./opnsense-bootstrap.sh.in -y -f -r 25.1"
673+
send_line_to_vm "sh ./opnsense-bootstrap.sh.in -y -f -r 25.7"
674674
msg_ok "OPNsense VM is being installed, do not close the terminal, or the installation will fail."
675675
#We need to wait for the OPNsense build proccess to finish, this takes a few minutes
676676
sleep 1000

0 commit comments

Comments
 (0)