Files
udm_customdns/install.sh
2022-11-28 19:31:02 -06:00

15 lines
423 B
Bash
Executable File

#!/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