mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2025-07-26 05:14:43 +00:00
feat: add support for UniFi Cloud Gateway Ultra (#625)
Co-authored-by: John Dorman <427295+boostchicken@users.noreply.github.com>
This commit is contained in:
@ -75,6 +75,9 @@ udm_model() {
|
||||
"UniFi Dream Machine Pro Max")
|
||||
echo "udmpromax"
|
||||
;;
|
||||
"UniFi Cloud Gateway Ultra")
|
||||
echo "ucgult"
|
||||
;;
|
||||
"Gateway Max")
|
||||
echo "uxgmax"
|
||||
;;
|
||||
@ -182,7 +185,8 @@ udmlegacy | udmprolegacy)
|
||||
|
||||
echo "UDM Boot Script installed"
|
||||
;;
|
||||
udr | udmse | udm | udmpro | udmpromax | uxgmax)
|
||||
|
||||
udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult)
|
||||
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