mirror of
https://github.com/wekan/wekan.git
synced 2026-03-07 14:20:15 +01:00
v8.35
This commit is contained in:
parent
2cd702f48d
commit
ca87e5c3cf
8 changed files with 27 additions and 22 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.34/wekan-8.34-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.34-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.34-${WEKAN_ARCH}.zip"
|
||||
wget "https://github.com/wekan/wekan/releases/download/v8.35/wekan-8.35-${WEKAN_ARCH}.zip"
|
||||
unzip "wekan-8.35-${WEKAN_ARCH}.zip"
|
||||
rm "wekan-8.35-${WEKAN_ARCH}.zip"
|
||||
mv /home/wekan/app/bundle /build
|
||||
|
||||
# Restore original tar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue