Skip to content

Commit

Permalink
udm-boot 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken committed Jan 30, 2021
1 parent d4d4978 commit b852258
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
11 changes: 8 additions & 3 deletions on-boot-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down
7 changes: 7 additions & 0 deletions on-boot-script/dpkg-build-files/debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file added on-boot-script/packages/udm-boot_1.0.4_all.deb
Binary file not shown.

0 comments on commit b852258

Please sign in to comment.