Last rev also included improved tor upgrade

This commit is contained in:
Taylor Helsper 2020-06-05 22:21:38 -05:00
parent a7ba290578
commit 38c4d3dc2a

View File

@ -490,7 +490,7 @@ fi
rm -f /usr/local/bin/tor || true
TOR_VERSION=$(tor --version)
if [[ "$TOR_VERSION" != *"Tor version 0.4"* ]]; then
$TORIFY apt-get remove -y tor
$TORIFY apt-get remove -y tor
$TORIFY apt-get install -y tor
fi