Skip to content

Commit 4c0e502

Browse files
authored
feat: add support for UniFi Express (#648)
1 parent ce93854 commit 4c0e502

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

on-boot-script-2.x/remote_install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ udm_model() {
8181
"Gateway Max")
8282
echo "uxgmax"
8383
;;
84+
"UniFi Express")
85+
echo "ux"
86+
;;
8487
*)
8588
echo "unknown"
8689
;;
@@ -186,7 +189,7 @@ udmlegacy | udmprolegacy)
186189
echo "UDM Boot Script installed"
187190
;;
188191

189-
udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult)
192+
udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult | ux)
190193
echo "$(ubnt-device-info model) version $(ubnt-device-info firmware) was detected"
191194
echo "Installing on-boot script..."
192195
depends_on systemctl

0 commit comments

Comments
 (0)