mirror of
https://github.com/wekan/wekan.git
synced 2026-02-04 07:31:47 +01:00
v8.27
Some checks failed
Some checks failed
This commit is contained in:
parent
bbd9fd838b
commit
bb12311e2f
8 changed files with 20 additions and 15 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.26/wekan-8.26-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.26-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.26-${WEKAN_ARCH}.zip"
|
||||
wget "https://github.com/wekan/wekan/releases/download/v8.27/wekan-8.27-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.27-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.27-${WEKAN_ARCH}.zip"
|
||||
mv /home/wekan/app/bundle /build
|
||||
|
||||
# Restore original tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue