From de05a8b64b65c12243db0ef872d9f33e245a6471 Mon Sep 17 00:00:00 2001 From: Theo Date: Sat, 7 Oct 2023 07:30:40 -0700 Subject: [PATCH] Update repository link (name changed, because classic-relayer repo merged with nova-relayer) --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8dee09e..c631dc2 100644 --- a/install.sh +++ b/install.sh @@ -5,14 +5,14 @@ if [ "$EUID" -ne 0 ]; exit 1; fi; -relayer_soft_git_repo="https://git.tornado.ws/tornadocash/classic-relayer"; +relayer_soft_git_repo="https://git.tornado.ws/tornadocash/tornado-relayer"; user_home_dir=$(eval echo ~$USER); relayer_folder="$user_home_dir/tornado-relayer"; relayer_mainnet_soft_source_folder="$relayer_folder/mainnet-soft-source"; relayer_sidechains_soft_source_folder="$relayer_folder/sidechains-soft-source"; nova_relayer_soft_source_folder="$relayer_folder/nova-soft-source"; -script_log_file="/tmp/tornado-classic-relayer-installation.log" +script_log_file="/tmp/tornado-relayer-installation.log" if [ -f $script_log_file ]; then rm $script_log_file; fi; function echo_log_err(){