diff options
| author | teor <teor2345@gmail.com> | 2016-11-05 14:56:04 +1100 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2017-03-20 13:11:37 -0500 |
| commit | 08ea752c0f6f608a3aac0a199f02e199e36e328a (patch) | |
| tree | 5479c523b6e86bb3a7f2346b03c24cd2e4f6f2e1 | |
| parent | 8be88392e98742c1d77d979d1192a6857d6183c8 (diff) | |
Use Tor 0.2.8 for bandwidth scanners
Signed-off-by: teor <teor2345@gmail.com>
| -rwxr-xr-x | NetworkScanners/BwAuthority/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkScanners/BwAuthority/setup.sh b/NetworkScanners/BwAuthority/setup.sh index 15ad931..ec16824 100755 --- a/NetworkScanners/BwAuthority/setup.sh +++ b/NetworkScanners/BwAuthority/setup.sh @@ -26,13 +26,13 @@ pushd ../../ ./add_torctl.sh popd -# 3. Compile tor 0.2.6 +# 3. Compile tor 0.2.8 if [ ! -x ../../../tor/src/or/tor ] then pushd ../../../ git clone https://git.torproject.org/tor.git tor cd tor - git checkout release-0.2.6 + git checkout release-0.2.8 ./autogen.sh ./configure --disable-asciidoc make -j4 |
