File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)"
2424METHOD=" "
2525NSAPP=" opnsense-vm"
2626var_os=" opnsense"
27- var_version=" 25.1 "
27+ var_version=" 25.7 "
2828#
2929GEN_MAC=02:$( openssl rand -hex 5 | awk ' {print toupper($0)}' | sed ' s/\(..\)/\1:/g; s/.$//' )
3030GEN_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
672672fi
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 "
674674msg_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
676676sleep 1000
You can’t perform that action at this time.
0 commit comments