From 803e077f5df440fffe0dd26618214d5452dce1d3 Mon Sep 17 00:00:00 2001 From: Gavin Eke Date: Sat, 11 Feb 2023 21:24:57 +1100 Subject: [PATCH] on-boot-script README 1.0.7 (#476) * Remove markdown style link from code block * Updated to on-boot-script README to 1.0.7 --- on-boot-script/README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/on-boot-script/README.md b/on-boot-script/README.md index 1991411..bc7e9db 100644 --- a/on-boot-script/README.md +++ b/on-boot-script/README.md @@ -48,11 +48,11 @@ This will also install CNI Plugins & CNI Bridge scripts. If you are using UDMSE/ unifi-os shell ``` -2. Download [udm-boot_1.0.6_all.deb](packages/udm-boot_1.0.6_all.deb) and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev +2. Download [udm-boot_1.0.7_all.deb](packages/udm-boot_1.0.7_all.deb) and install it and go back to the UDM. The latest package will always be found at https://udm-boot.boostchicken.dev ```bash - curl -L [[https://udm-boot.boostchicken.dev](https://unifi.boostchicken.io/udm-boot_1.0.6_all.deb)](https://unifi.boostchicken.io/udm-boot_1.0.6_all.deb) -o udm-boot_1.0.6_all.deb - dpkg -i udm-boot_1.0.6_all.deb + curl -L https://unifi.boostchicken.io/udm-boot_1.0.7_all.deb -o udm-boot_1.0.7_all.deb + dpkg -i udm-boot_1.0.7_all.deb systemctl enable udm-boot exit ``` @@ -66,6 +66,14 @@ This will also install CNI Plugins & CNI Bridge scripts. If you are using UDMSE/ ## Version History +### 1.0.7 + +* Support for Legacy and Current Firmware + +### 1.0.6 + +* Fix timeouts + ### 1.0.5 * Remove on_boot.sh from UDM