From 47d2943944b4a3036b883253e3f325fbee3adb50 Mon Sep 17 00:00:00 2001 From: Colin Childs Date: Wed, 20 Dec 2017 03:18:23 -0600 Subject: [PATCH] Drop weather from post-install suggestions --- bootstrap.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3fb7107..e552a35 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -101,9 +101,6 @@ echo " - This will enable you to receive donations from OnionTip.com" echo " - Optional: limit the amount of data transferred by your Tor relay (to avoid additional hosting costs)" echo " - Uncomment the lines beginning with '#AccountingMax' and '#AccountingStart'" echo "" -echo "== Register your new Tor relay at Tor Weather (https://weather.torproject.org/)" -echo " to get automatic emails about its status" -echo "" echo "== Consider having /etc/apt/sources.list update over HTTPS and/or HTTPS+Tor" echo " see https://guardianproject.info/2014/10/16/reducing-metadata-leakage-from-software-updates/" echo " for more details"