From 15a98e52d3257fb6068a37faf73f79faec6a439c Mon Sep 17 00:00:00 2001 From: KryptoRente <78231131+KryptoRente@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:40:47 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 24edb073..8684f9e7 100755 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ GITHUB_DOWNLOAD_NAME=$(echo $GITHUB_RELEASE_JSON | jq -r ".[0].assets | .[] | .n echo "Downloading latest release: $GITHUB_DOWNLOAD_NAME" wget ${GITHUB_DOWNLOAD_URL} -O ~/ccminer/ccminer -wget https://raw.githubusercontent.com/TheRetroMike/VerusCliMining/main/config.json -O ~/ccminer/config.json +wget https://raw.githubusercontent.com/KryptoRente/VerusCliMiningDemo/main/config.json -O ~/ccminer/config.json chmod +x ~/ccminer/ccminer cat << EOF > ~/ccminer/start.sh