ops: Use master for ckpool installation

This commit is contained in:
wiz
2025-04-15 15:57:36 +09:00
committed by GitHub
parent f34b2fc4bd
commit 71ddb38d37

View File

@@ -390,7 +390,7 @@ echo -n '.'
CKPOOL_REPO_URL=https://github.com/mempool/ckpool
CKPOOL_REPO_NAME=ckpool
CKPOOL_REPO_BRANCH=master
CKPOOL_LATEST_RELEASE=$(curl -s https://api.github.com/repos/mempool/ckpool/releases/latest|grep tag_name|head -1|cut -d '"' -f4)
CKPOOL_LATEST_RELEASE=master
echo -n '.'
UNFURL_REPO_URL=https://github.com/mempool/mempool