1.0.3 on boot release

This commit is contained in:
John Dorman 2021-01-29 16:31:28 -08:00
parent f5169fd00b
commit 9b274454ea
7 changed files with 14 additions and 10 deletions

View File

@ -8,7 +8,7 @@
## Compatibility
1. Should work on any UDM/UDMPro after 1.6.3
2. Tested and confirmed on 1.6.6, 1.7.0, 1.7.2rc4, 1.7.3rc1, 1.8.0rc7, 1.8.0
2. Tested and confirmed on 1.6.6, 1.7.0, 1.7.2rc4, 1.7.3rc1, 1.8.0rc7, 1.8.0+
### Upgrade from earlier way
@ -36,11 +36,11 @@
unifi-os shell
```
2. Download [udm-boot_1.0.2_all.deb](packages/udm-boot_1.0.2_all.deb) and install it and go back to the UDM
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
```bash
curl -L https://raw.githubusercontent.com/boostchicken/udm-utilities/master/on-boot-script/packages/udm-boot_1.0.2_all.deb -o udm-boot_1.0.2_all.deb
dpkg -i udm-boot_1.0.2_all.deb
curl -L http://udm-boot.boostchicken.dev -o udm-boot_1.0.3_all.deb
dpkg -i udm-boot_1.0.3_all.deb
exit
```
@ -53,6 +53,10 @@
## Version History
### 1.0.3
* Fix not working after firmware upgrade
### 1.0.2
* Some build improvements and more clean installation

View File

@ -1,3 +1,9 @@
udm-boot (1.0.3) unstable; urgency=high
* fixed on-boot not working after firmware upgrade
-- boostchicken <dorman@ataxia.cloud> Fri, 29 Jan 2021 15:43:09 -0800
udm-boot (1.0.2) unstable; urgency=medium
* optimized package structure

View File

@ -1,6 +0,0 @@
#!/bin/sh
# Places public key in ~/.ssh/authorized_keys
echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys

Binary file not shown.