From d7b2295ad4848def72cc1cdaa78dc1fca106033e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Nov 2022 19:59:00 -0600 Subject: [PATCH] Update install.sh --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1548549..eb4d85a 100755 --- a/install.sh +++ b/install.sh @@ -17,12 +17,15 @@ case "$(ubnt-device-info firmware || true)" in ;; esac - +echo echo "Installing UniFiOS-Utilities 'on-boot-script' system..." echo # curl -fsL "https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/HEAD/on-boot-script/remote_install.sh" | /bin/sh echo echo "Downloading hostname template file to: ${DATA_DIR}/on_boot.d/dns_custom_hostnames.sh" +curl -fskL https://git.schroedercity.com/voltron/udm_customdns/raw/branch/main/dns_custom_hostnames.sh -o ${DATA_DIR}/on_boot.d/dns_custom_hostnames.sh echo echo "Edit the file above to add your custom DNS entires" echo +echo "Run the following command after making changes: ${DATA_DIR}/on_boot.d/dns_custom_hostnames.sh" +echo