From b9d8e0eb0df0ab5929f077c96707d5d199e3271b Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 23 Apr 2025 08:42:25 +0200 Subject: [PATCH] Rework Zipline --- install/zipline-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/zipline-install.sh b/install/zipline-install.sh index 58a6ab8..cbd1d79 100644 --- a/install/zipline-install.sh +++ b/install/zipline-install.sh @@ -51,8 +51,7 @@ msg_ok "Set up PostgreSQL" msg_info "Installing Zipline (Patience)" cd /opt -#RELEASE=$(curl -fsSL https://api.github.com/repos/diced/zipline/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') -RELEASE="3.7.13" +RELEASE=$(curl -fsSL https://api.github.com/repos/diced/zipline/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') curl -fsSL "https://github.com/diced/zipline/archive/refs/tags/v${RELEASE}.zip" -o $(basename "https://github.com/diced/zipline/archive/refs/tags/v${RELEASE}.zip") unzip -q v${RELEASE}.zip mv zipline-${RELEASE} /opt/zipline