From 8753e0b86872cd80938b4c82d8ac3aa1ecf74b12 Mon Sep 17 00:00:00 2001 From: leonidas <azurecloudminingscript@gmail.com> Date: Mon, 22 Apr 2019 12:40:29 +0200 Subject: [PATCH] --- azure_script/setup_vm_nim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_script/setup_vm_nim.sh b/azure_script/setup_vm_nim.sh index 9b2de7c..8ec4abb 100755 --- a/azure_script/setup_vm_nim.sh +++ b/azure_script/setup_vm_nim.sh @@ -4,7 +4,7 @@ sudo apt-get -y upgrade sudo apt -y install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev leafpad git xauth unzip #latest beta-miner -wget https://miner.beeppool.org/downloads/beepminer-0.3.4.zip +wget https://github.com/Beeppool/miner/releases/download/0.3.4/beepminer-0.3.4.zip unzip beepminer-0.3.4.zip mkdir donation cp -r beepminer-0.3.4/* donation -- GitLab