We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afab2f commit cbd829eCopy full SHA for cbd829e
on-boot-script-2.x/remote_install.sh
@@ -84,6 +84,9 @@ udm_model() {
84
"UniFi Express")
85
echo "ux"
86
;;
87
+ "UniFi Cloud Gateway Fiber")
88
+ echo "ucgfiber"
89
+ ;;
90
*)
91
echo "unknown"
92
@@ -173,7 +176,7 @@ udmlegacy | udmprolegacy)
173
176
echo "UDM Boot Script installed"
174
177
175
178
-udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult | ux)
179
+udr | udmse | udm | udmpro | udmpromax | uxgmax | ucgult | ucgfiber | ux)
180
echo "$(ubnt-device-info model) version $(ubnt-device-info firmware) was detected"
181
echo "Installing on-boot script..."
182
depends_on systemctl
0 commit comments