From b2556a56e05f0470e2ae04ab96b65b52b4930c0d Mon Sep 17 00:00:00 2001 From: Anaswara T Rajan Date: Wed, 26 Feb 2025 20:27:33 +0530 Subject: [PATCH] update tor installed message --- setup-project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-project.sh b/setup-project.sh index 6ea17ca5..0c904121 100644 --- a/setup-project.sh +++ b/setup-project.sh @@ -11,7 +11,7 @@ if [ "$OS" == "Linux" ]; then # setup tor poetry run python ./scripts/get-tor.py linux-x86_64 - echo "Tor browser is installed" + echo "Tor is installed" # compile dependencies ./scripts/build-pt-obfs4proxy.sh