This commit is contained in:
John Dorman 2023-01-30 15:48:45 -08:00
parent 64da86312e
commit 73fd8abd16
3 changed files with 9 additions and 3 deletions

View File

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

View File

@ -1,3 +1,9 @@
udm-boot (1.0.6) stable; urgency=medium
* Fix timeouts
-- boostchicken <john@boostchicken.dev> Mon, 30 Jan 2023 15:39:27 -0800
udm-boot (1.0.5) stable; urgency=medium
* follow symlinks for on_boot

Binary file not shown.