From 71ddb38d37d2d4bec4431de3a86af2a42d9c16c4 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 15 Apr 2025 15:57:36 +0900 Subject: [PATCH] ops: Use master for ckpool installation --- production/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/install b/production/install index bd1e915fe..3817f6111 100755 --- a/production/install +++ b/production/install @@ -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