mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Use udmpro podman for base UDM instead of udmse (#479)
See https://github.com/unifi-utilities/unifios-utilities/issues/416#issuecomment-1413489715 udmse podman install didn't work properly on base UDM. udmpro variant works without issues, so we should use that one when normal udm is detected
This commit is contained in:
parent
6f6df62ddf
commit
44397ab741
@ -31,6 +31,10 @@ case "$(udm_model)" in
|
||||
udmse|udmpro)
|
||||
DESIRED_ZIPFILE="$(udm_model)-podman-install.zip"
|
||||
;;
|
||||
udm)
|
||||
# base UDM works fine with udmpro podman version, but has issues with udmse variant
|
||||
DESIRED_ZIPFILE="udmpro-podman-install.zip"
|
||||
;;
|
||||
*)
|
||||
# shrug
|
||||
# udmse-podman-install.zip seems to work fine on UDM 2.4.x
|
||||
|
Loading…
x
Reference in New Issue
Block a user