mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2025-07-26 05:14:43 +00:00
feat: add support for UniFi UXG Max (#631)
This commit is contained in:
@ -75,6 +75,9 @@ udm_model() {
|
||||
"UniFi Dream Machine Pro Max")
|
||||
echo "udmpromax"
|
||||
;;
|
||||
"Gateway Max")
|
||||
echo "uxgmax"
|
||||
;;
|
||||
*)
|
||||
echo "unknown"
|
||||
;;
|
||||
@ -179,7 +182,7 @@ udmlegacy | udmprolegacy)
|
||||
|
||||
echo "UDM Boot Script installed"
|
||||
;;
|
||||
udr | udmse | udm | udmpro | udmpromax)
|
||||
udr | udmse | udm | udmpro | udmpromax | uxgmax)
|
||||
echo "$(ubnt-device-info model) version $(ubnt-device-info firmware) was detected"
|
||||
echo "Installing on-boot script..."
|
||||
depends_on systemctl
|
||||
|
Reference in New Issue
Block a user