mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
feat: add support for UniFi Dream Machine Pro Max (#605)
Co-authored-by: Alex Dobin <ADobin@users.noreply.github.com>
This commit is contained in:
parent
a30fb8793c
commit
63a07f99d7
@ -76,6 +76,9 @@ udm_model() {
|
||||
"UniFi Dream Router")
|
||||
echo "udr"
|
||||
;;
|
||||
"UniFi Dream Machine Pro Max")
|
||||
echo "udmpromax"
|
||||
;;
|
||||
*)
|
||||
echo "unknown"
|
||||
;;
|
||||
@ -180,7 +183,7 @@ udmlegacy | udmprolegacy)
|
||||
|
||||
echo "UDM Boot Script installed"
|
||||
;;
|
||||
udr | udmse | udm | udmpro)
|
||||
udr | udmse | udm | udmpro | udmpromax)
|
||||
echo "$(ubnt-device-info model) version $(ubnt-device-info firmware) was detected"
|
||||
echo "Installing on-boot script..."
|
||||
depends_on systemctl
|
||||
|
Loading…
Reference in New Issue
Block a user