summarylogtreecommitdiffstats
path: root/python-ddns.install
blob: 6e39e2994b03eb27ee581cc924e7c29f1daba665 (plain)
1
2
3
4
5
post_install() {
	echo -e "\033[1;31m To enable scheduled task with systemd, you need to run: \033[0m"
	echo -e "\033[33m sudo systemctl enable newfuture_ddns \033[0m"
	echo -e "\033[33m sudo systemctl enable newfuture_ddns.timer \033[0m"
}