mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 05:58:07 +01:00
v8.33
Some checks failed
Some checks failed
This commit is contained in:
parent
8ba18a971e
commit
8afdcd7a4c
8 changed files with 15 additions and 15 deletions
|
|
@ -197,9 +197,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.32/wekan-8.32-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.32-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.32-${WEKAN_ARCH}.zip"
|
||||
wget "https://github.com/wekan/wekan/releases/download/v8.33/wekan-8.33-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.33-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.33-${WEKAN_ARCH}.zip"
|
||||
mv /home/wekan/app/bundle /build
|
||||
|
||||
# Restore original tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue