Skip to content

Commit

Permalink
Fix tests/tor.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullaxx committed Feb 3, 2024
1 parent 6ddb26a commit 4bbdc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

TORPKG=`curl https://www.torproject.org/download/ 2>/dev/null | grep 'Download for Linux' | tr '"' '\n' | grep linux64`
TORPKG=`curl https://www.torproject.org/download/ 2>/dev/null | grep 'Download for Linux' | tr '"' '\n' | grep x86_64`
TORSIG=`curl https://www.torproject.org/download/ 2>/dev/null | grep Signature | tr '"' '\n' | grep tar.xz.asc`

wget https://www.torproject.org/${TORPKG} -O /tmp/tor.tar.xz
Expand Down

0 comments on commit 4bbdc0c

Please sign in to comment.