mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
1.0.3 on boot release
This commit is contained in:
parent
f5169fd00b
commit
9b274454ea
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
# Places public key in ~/.ssh/authorized_keys
|
||||
|
||||
echo "Place Plublic Key Here" >> ~/.ssh/authorized_keys
|
BIN
on-boot-script/packages/udm-boot_1.0.3_all.deb
Normal file
BIN
on-boot-script/packages/udm-boot_1.0.3_all.deb
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user