Skip to content

Commit cbd829e

Browse files
authored
Update remote_install.sh (#658)
Added Unifi Cloud Gateway Fiber
1 parent 2afab2f commit cbd829e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

on-boot-script-2.x/remote_install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ udm_model() {
8484
"UniFi Express")
8585
echo "ux"
8686
;;
87+
"UniFi Cloud Gateway Fiber")
88+
echo "ucgfiber"
89+
;;
8790
*)
8891
echo "unknown"
8992
;;
@@ -173,7 +176,7 @@ udmlegacy | udmprolegacy)
173176
echo "UDM Boot Script installed"
174177
;;
175178

176-
udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult | ux)
179+
udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult | ucgfiber | ux)
177180
echo "$(ubnt-device-info model) version $(ubnt-device-info firmware) was detected"
178181
echo "Installing on-boot script..."
179182
depends_on systemctl

0 commit comments

Comments
 (0)