From c5e393145014e39f3a6061ceeb29b497e1345a36 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 17 Dec 2023 12:01:57 -0500 Subject: [PATCH] Remove proxying via torify This network-level concern is not appropriate for this repository. When I originally added it, my thought was that I'd be helping to protect the privacy of people who cloned the repository. But that responsibility does not belong here. I don't need to proxy through Tor anymore through software, as I have since handled privacy-related networking concerns elsewhere (whether it be at the router or host OS level). --- bootstrap | 5 ++--- images/tp/gen-makefile | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/bootstrap b/bootstrap index 3217021..b74b13d 100755 --- a/bootstrap +++ b/bootstrap @@ -16,8 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# This will also download any necessary third-party files. Note that all -# downloads are proxied over Tor (using `torify'). +# This will also download any necessary third-party files. ## set -euo pipefail @@ -56,7 +55,7 @@ get-fonts() dest="$fontdir/$font" test ! -f "$dest" || continue - torify wget "$src" -O "$dest" + wget "$src" -O "$dest" done # Verify that we haven't been served bad files. This should only happen diff --git a/images/tp/gen-makefile b/images/tp/gen-makefile index 0b99526..c107104 100755 --- a/images/tp/gen-makefile +++ b/images/tp/gen-makefile @@ -22,8 +22,6 @@ declare -r remote_file=remote-list cat <