From d9cb83ae2008c292ceb308cb968d15705609c120 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Nov 2022 20:05:27 -0600 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eb4d85a..b1bbbe3 100755 --- a/install.sh +++ b/install.sh @@ -20,7 +20,7 @@ case "$(ubnt-device-info firmware || true)" in 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 +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