summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-29 10:40:03 -0400
committerLauri Ojansivu <x@xet7.org>2019-06-29 10:40:03 -0400
commit0d10282dbe77b37843f882054d260705f42bceba (patch)
tree16dc8dcf717d569c53d2ad4f55979e3f56ea6542 /rebuild-wekan.sh
parent8c23d12487873df6f4c71b1905001b6536a20706 (diff)
downloadwekan-0d10282dbe77b37843f882054d260705f42bceba.tar.gz
wekan-0d10282dbe77b37843f882054d260705f42bceba.tar.bz2
wekan-0d10282dbe77b37843f882054d260705f42bceba.zip
Update build scripts.
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 4c26a1f1..1005da64 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -78,7 +78,7 @@ do
sudo chown wekan:wekan ../../.npm -R
#curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo npm -g install n
- sudo n 8.15.1
+ sudo n 8.16.0
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then
@@ -105,11 +105,12 @@ do
exit;
fi
- ## Latest npm with Meteor 1.6
+ ## Latest npm with Meteor 1.8.x
npm_call -g install npm
npm_call -g install node-gyp
- # Latest fibers for Meteor 1.6
- npm_call -g install fibers@3.1.1
+ # Latest fibers for Meteor 1.8.x
+ sudo mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp
+ npm_call -g install fibers@4.0.1
# Install Meteor, if it's not yet installed
curl https://install.meteor.com | bash
sudo chown -R $USER ~/.meteor