From d698c7cb7f1e7cfd714eaa377eb410d3890a3a46 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 16 Jan 2021 20:23:43 +0530 Subject: [PATCH] install.sh: added donate text with link. --- DnsServerApp/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DnsServerApp/install.sh b/DnsServerApp/install.sh index cda92800..46fa40a3 100644 --- a/DnsServerApp/install.sh +++ b/DnsServerApp/install.sh @@ -81,6 +81,9 @@ then echo "" echo "Technitium DNS Server was installed succesfully!" echo "Open http://$(hostname):5380/ to access the web console." + echo "" + echo "Donate! Make a contribution by becoming a Patron: https://www.patreon.com/technitium" + echo "" else echo "" echo "Failed to install Technitium DNS Server: systemd was not detected."