From b4e4d62d7888b4355c4a5ee358ffb5dee64c7cf2 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:01:55 +0800 Subject: [PATCH] Update Nimble.sh --- Nimble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble.sh b/Nimble.sh index 6d69b09..eb8969d 100644 --- a/Nimble.sh +++ b/Nimble.sh @@ -43,7 +43,7 @@ git clone https://github.com/nimble-technology/nimble-miner-public.git cd nimble-miner-public make install cd $HOME -screen -dmS nim bash -c 'cd $HOME/nimble; cd nimble-miner-public; source /root/.bashrc; make run addr=$wallet_addr'' +screen -dmS nim bash -c 'cd $HOME/nimble; cd nimble-miner-public; source /root/.bashrc; make run addr=$wallet_addr' }