From 63a07f99d78cc6c5bc1968d9d7b545b78b215248 Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Mon, 13 May 2024 18:24:47 -0700 Subject: [PATCH] feat: add support for UniFi Dream Machine Pro Max (#605) Co-authored-by: Alex Dobin --- on-boot-script-2.x/remote_install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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