diff --git a/on-boot-script/README.md b/on-boot-script/README.md index f4415d5..1991411 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.5_all.deb](packages/udm-boot_1.0.5_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.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 ```bash - curl -L [[https://udm-boot.boostchicken.dev](https://unifi.boostchicken.io/udm-boot_1.0.5_all.deb)](https://unifi.boostchicken.io/udm-boot_1.0.5_all.deb) -o udm-boot_1.0.5_all.deb - dpkg -i udm-boot_1.0.5_all.deb + 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 systemctl enable udm-boot exit ``` diff --git a/on-boot-script/dpkg-build-files/debian/changelog b/on-boot-script/dpkg-build-files/debian/changelog index 5220d54..e21f4cb 100644 --- a/on-boot-script/dpkg-build-files/debian/changelog +++ b/on-boot-script/dpkg-build-files/debian/changelog @@ -1,3 +1,9 @@ +udm-boot (1.0.6) stable; urgency=medium + + * Fix timeouts + + -- boostchicken Mon, 30 Jan 2023 15:39:27 -0800 + udm-boot (1.0.5) stable; urgency=medium * follow symlinks for on_boot diff --git a/on-boot-script/packages/udm-boot_1.0.6_all.deb b/on-boot-script/packages/udm-boot_1.0.6_all.deb new file mode 100644 index 0000000..7ac58ad Binary files /dev/null and b/on-boot-script/packages/udm-boot_1.0.6_all.deb differ