Update install.sh

This commit is contained in:
2022-11-28 20:05:27 -06:00
parent 3b9dedac03
commit d9cb83ae20

View File

@@ -20,7 +20,7 @@ case "$(ubnt-device-info firmware || true)" in
echo echo
echo "Installing UniFiOS-Utilities 'on-boot-script' system..." echo "Installing UniFiOS-Utilities 'on-boot-script' system..."
echo 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
echo "Downloading hostname template file to: ${DATA_DIR}/on_boot.d/dns_custom_hostnames.sh" 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 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