feat: add support for UniFi Express (#648)

This commit is contained in:
Braeden Slatyer
2025-02-08 11:44:30 +11:00
committed by GitHub
parent ce93854294
commit 4c0e502f2c

View File

@ -81,6 +81,9 @@ udm_model() {
"Gateway Max")
echo "uxgmax"
;;
"UniFi Express")
echo "ux"
;;
*)
echo "unknown"
;;
@ -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