mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
v8.25
Some checks are pending
Some checks are pending
This commit is contained in:
parent
ac70fe2848
commit
8ce77880bd
8 changed files with 37 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue