#!/usr/bin/env sh DATA_DIR="/mnt/data" 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 "${idsCL[Green]}Downloading hostname template file to: ${DATA_DIR}/on_boot.d/dns_custom_hostnames.sh" echo echo "Edit the file above to add your custom DNS entires" exit 0