Update install.sh

This commit is contained in:
2022-11-28 19:59:00 -06:00
parent 17dec36c52
commit d7b2295ad4

View File

@@ -17,12 +17,15 @@ case "$(ubnt-device-info firmware || true)" in
;; ;;
esac esac
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
echo echo
echo "Edit the file above to add your custom DNS entires" echo "Edit the file above to add your custom DNS entires"
echo echo
echo "Run the following command after making changes: ${DATA_DIR}/on_boot.d/dns_custom_hostnames.sh"
echo