mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
on-boot-script README 1.0.7 (#476)
* Remove markdown style link from code block * Updated to on-boot-script README to 1.0.7
This commit is contained in:
parent
a7cd224115
commit
803e077f5d
@ -48,11 +48,11 @@ This will also install CNI Plugins & CNI Bridge scripts. If you are using UDMSE/
|
|||||||
unifi-os shell
|
unifi-os shell
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
2. Download [udm-boot_1.0.7_all.deb](packages/udm-boot_1.0.7_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
|
```bash
|
||||||
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
|
curl -L https://unifi.boostchicken.io/udm-boot_1.0.7_all.deb -o udm-boot_1.0.7_all.deb
|
||||||
dpkg -i udm-boot_1.0.6_all.deb
|
dpkg -i udm-boot_1.0.7_all.deb
|
||||||
systemctl enable udm-boot
|
systemctl enable udm-boot
|
||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
@ -66,6 +66,14 @@ This will also install CNI Plugins & CNI Bridge scripts. If you are using UDMSE/
|
|||||||
|
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
### 1.0.7
|
||||||
|
|
||||||
|
* Support for Legacy and Current Firmware
|
||||||
|
|
||||||
|
### 1.0.6
|
||||||
|
|
||||||
|
* Fix timeouts
|
||||||
|
|
||||||
### 1.0.5
|
### 1.0.5
|
||||||
|
|
||||||
* Remove on_boot.sh from UDM
|
* Remove on_boot.sh from UDM
|
||||||
|
Loading…
Reference in New Issue
Block a user