From ef8e452efb9219a67ab2bd747bd0b26345a5f526 Mon Sep 17 00:00:00 2001 From: John Dorman Date: Sun, 5 Jul 2020 20:11:08 -0700 Subject: [PATCH] on-boot now persists through firmware updates --- on-boot-script/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/on-boot-script/README.md b/on-boot-script/README.md index 0b9a585..1dc8b6c 100644 --- a/on-boot-script/README.md +++ b/on-boot-script/README.md @@ -26,7 +26,7 @@ unifi-os shell ``` 2. Download the [udm-boot_1.0.0-1_all.deb](packages/udm-boot_1.0.0-1_all.deb) and install it and go back to the UDM ```shell script -wget https://raw.githubusercontent.com/boostchicken/udm-utilities/master/on-boot-script/packages/udm-boot_1.0.0-1_all.deb +wget curl -L https://raw.githubusercontent.com/boostchicken/udm-utilities/master/on-boot-script/packages/udm-boot_1.0.0-1_all.deb -o udm-boot_1.0.0-1_all.deb dpkg -i udm-boot_1.0.0-1_all.deb exit ```