udm-boot 1.0.4

This commit is contained in:
John Dorman 2021-01-29 17:17:19 -08:00
parent 39acea281c
commit 2ad0c62bdd
4 changed files with 15 additions and 3 deletions

View File

@ -36,11 +36,11 @@
unifi-os shell
```
2. Download [udm-boot_1.0.3_all.deb](packages/udm-boot_1.0.3_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.3_all.deb](packages/udm-boot_1.0.4_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 -o udm-boot_1.0.3_all.deb
dpkg -i udm-boot_1.0.3_all.deb
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.4_all.deb
dpkg -i udm-boot_1.0.4_all.deb
exit
```
@ -53,6 +53,11 @@
## Version History
### 1.0.4
* Fix 600s timeout issues
* Fix rc.d policy issue
### 1.0.3
* Fix not working after firmware upgrade

View File

@ -1,3 +1,10 @@
udm-boot (1.0.4) stable; urgency=medium
* fix timeout after 600s
* fix rc.d policy error
-- ntkme <i@ntk.me> Fri, 29 Jan 2021 17:13:27 -0800
udm-boot (1.0.3) unstable; urgency=high
* fixed on-boot not working after firmware upgrade

Binary file not shown.