diff --git a/scripts/tig_pool_master.sh b/scripts/tig_pool_master.sh index 4925d90..cf64f64 100755 --- a/scripts/tig_pool_master.sh +++ b/scripts/tig_pool_master.sh @@ -108,10 +108,10 @@ mkdir -p tig-benchmarker cd tig-benchmarker wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/tig-benchmarker/slave.py -O slave.py wget https://raw.githubusercontent.com/tig-pool-nk/client/refs/heads/main/tig-benchmarker/requirements.txt -O requirements.txt +cd $current_path ./venv/bin/pip3 install -r requirements.txt # Create a directory client_xnico_pool and navigate to it -cd $current_path mkdir -p bin cd bin