mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
parent
10b0c7172c
commit
1dc7d60445
@ -36,11 +36,11 @@
|
||||
unifi-os shell
|
||||
```
|
||||
|
||||
2. Download [udm-boot_1.0.4_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
|
||||
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
|
||||
|
||||
```bash
|
||||
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.4_all.deb
|
||||
dpkg -i udm-boot_1.0.4_all.deb
|
||||
curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.5_all.deb
|
||||
dpkg -i udm-boot_1.0.5_all.deb
|
||||
exit
|
||||
```
|
||||
|
||||
@ -57,6 +57,7 @@
|
||||
|
||||
* Remove on_boot.sh from UDM
|
||||
* Follow symlinks
|
||||
* move to network-online.target
|
||||
|
||||
### 1.0.4
|
||||
|
||||
|
@ -2,6 +2,7 @@ udm-boot (1.0.5) stable; urgency=medium
|
||||
|
||||
* follow symlinks for on_boot
|
||||
* remove need for on_boot.sh file
|
||||
* moved to run after network-online.target
|
||||
|
||||
-- boostchicken <dorman@ataxia.cloud> Tue, 25 May 2021 01:53:48 -0700
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
[Unit]
|
||||
Description=Run On Startup UDM
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user