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