diff --git a/on-boot-script-2.x/remote_install.sh b/on-boot-script-2.x/remote_install.sh index c08f8e4..e370605 100755 --- a/on-boot-script-2.x/remote_install.sh +++ b/on-boot-script-2.x/remote_install.sh @@ -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