v8.25
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions

This commit is contained in:
Lauri Ojansivu 2026-01-28 14:02:55 +02:00
parent ac70fe2848
commit 8ce77880bd
8 changed files with 37 additions and 18 deletions

View file

@ -196,9 +196,9 @@ ln -sf $(which bsdtar) $(which tar)
# WeKan Bundle Installation
mkdir -p /home/wekan/app
cd /home/wekan/app
wget "https://github.com/wekan/wekan/releases/download/v8.24/wekan-8.24-${WEKAN_ARCH}.zip"
unzip "wekan-8.24-${WEKAN_ARCH}.zip"
rm "wekan-8.24-${WEKAN_ARCH}.zip"
wget "https://github.com/wekan/wekan/releases/download/v8.25/wekan-8.25-${WEKAN_ARCH}.zip"
unzip "wekan-8.25-${WEKAN_ARCH}.zip"
rm "wekan-8.25-${WEKAN_ARCH}.zip"
mv /home/wekan/app/bundle /build
# Restore original tar