summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index c473f414..68d869fd 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -104,9 +104,10 @@ do
npm_call -g install npm
npm_call -g install node-gyp
# Latest fibers for Meteor 1.6
- npm_call -g install fibers@2.0.0
+ npm_call -g install fibers@3.1.1
# Install Meteor, if it's not yet installed
curl https://install.meteor.com | bash
+ sudo chown -R $USER ~/.meteor
break
;;
"Build Wekan")