Skip to content

Commit

Permalink
feat: add support for UniFi Express (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
bslatyer authored Feb 8, 2025
1 parent ce93854 commit 4c0e502
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion on-boot-script-2.x/remote_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ udm_model() {
"Gateway Max")
echo "uxgmax"
;;
"UniFi Express")
echo "ux"
;;
*)
echo "unknown"
;;
Expand Down Expand Up @@ -186,7 +189,7 @@ udmlegacy | udmprolegacy)
echo "UDM Boot Script installed"
;;

udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult)
udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult | ux)
echo "$(ubnt-device-info model) version $(ubnt-device-info firmware) was detected"
echo "Installing on-boot script..."
depends_on systemctl
Expand Down

0 comments on commit 4c0e502

Please sign in to comment.