From 7a7d2ea42d92ed9cc0bafd1ddcc00153a9ed6954 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 30 Jun 2014 09:06:45 +0000 Subject: testing/dnscrypt-proxy: review of setup script. Substituded html with csv, minor improvements. --- testing/dnscrypt-proxy/dnscrypt-proxy.post-install | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 testing/dnscrypt-proxy/dnscrypt-proxy.post-install (limited to 'testing/dnscrypt-proxy/dnscrypt-proxy.post-install') diff --git a/testing/dnscrypt-proxy/dnscrypt-proxy.post-install b/testing/dnscrypt-proxy/dnscrypt-proxy.post-install deleted file mode 100644 index 7e305644ed..0000000000 --- a/testing/dnscrypt-proxy/dnscrypt-proxy.post-install +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -NORMAL="\033[1;0m" -STRONG="\033[1;1m" -GREEN="\033[1;32m" - -print_strong() { - local prompt="${STRONG}$1 ${GREEN}$2${NORMAL}" - printf "${prompt} %s\n" -} - -print_strong "\nTo configure alternative DNS Resolvers & DNS caching please run:" "\n\n/sbin/setup-dnscrypt\n" -exit 0 - -- cgit v1.2.3