Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boostchicken committed Jan 30, 2023
1 parent 64da863 commit 73fd8ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions on-boot-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
6 changes: 6 additions & 0 deletions on-boot-script/dpkg-build-files/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
udm-boot (1.0.6) stable; urgency=medium

* Fix timeouts

-- boostchicken <[email protected]> Mon, 30 Jan 2023 15:39:27 -0800

udm-boot (1.0.5) stable; urgency=medium

* follow symlinks for on_boot
Expand Down
Binary file added on-boot-script/packages/udm-boot_1.0.6_all.deb
Binary file not shown.

0 comments on commit 73fd8ab

Please sign in to comment.