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:
Braeden Slatyer
2025-01-14 01:07:35 +11:00
committed by GitHub
parent 67b9f46c3d
commit a613211958

View File

@ -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