mirror of
https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git
synced 2023-10-10 13:37:40 +02:00
Use ova for ova-Misrosoft
This commit is contained in:
parent
44402ee00e
commit
e292b77d5b
@ -1066,6 +1066,8 @@ proc ::rmupdate::get_available_firmware_downloads {} {
|
|||||||
set v [lindex $tmp [expr {[llength $tmp] - 1}]]
|
set v [lindex $tmp [expr {[llength $tmp] - 1}]]
|
||||||
if { $v == "ova" && $rpi_version == "ova-KVM" } {
|
if { $v == "ova" && $rpi_version == "ova-KVM" } {
|
||||||
write_log 4 "Using ova package for ova-KVM: ${href}"
|
write_log 4 "Using ova package for ova-KVM: ${href}"
|
||||||
|
} elseif { $v == "ova" && $rpi_version == "ova-Microsoft" } {
|
||||||
|
write_log 4 "Using ova package for ova-Microsoft: ${href}"
|
||||||
} elseif { $rpi_version != $v } {
|
} elseif { $rpi_version != $v } {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user