mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Use Meteor 1.8.1-beta.0
Thanks to xet7 !
This commit is contained in:
parent
079e45eb52
commit
dd47d46f43
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ parts:
|
|||
#paxctl -mC `which node`
|
||||
echo "Installing meteor"
|
||||
curl https://install.meteor.com/ -o install_meteor.sh
|
||||
sed -i "s|RELEASE=.*|RELEASE=\"1.6.0.1\"|g" install_meteor.sh
|
||||
sed -i "s|RELEASE=.*|RELEASE=\"1.8.1-beta.0\"|g" install_meteor.sh
|
||||
chmod +x install_meteor.sh
|
||||
sh install_meteor.sh
|
||||
rm install_meteor.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue