summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-05 14:31:28 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-05 14:31:28 +0200
commitb2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731 (patch)
tree756d3507cf1a982a799d6cb68af03662398537ee /rebuild-wekan.sh
parentc2fa23d5252c095450bee299fc4fa82188b95436 (diff)
downloadwekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.tar.gz
wekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.tar.bz2
wekan-b2eccc7b54d5b0b32d1c3ce9e74eb61d1efb4731.zip
Back to Meteor 1.8.x.
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index b45810fb..8381e170 100755
--- a/rebuild-wekan.sh
+++ b/rebuild-wekan.sh
@@ -5,7 +5,7 @@ echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correct
echo " You can still use any other locale as your main locale."
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
-#NODE_VERSION=12.13.1
+#NODE_VERSION=8.16.0
#X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz"
function pause(){
@@ -79,7 +79,7 @@ do
curl -0 -L https://npmjs.org/install.sh | sudo sh
sudo chown -R $(id -u):$(id -g) $HOME/.npm
sudo npm -g install n
- sudo n 12.13.1
+ sudo n 8.16.2
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then
@@ -106,10 +106,10 @@ do
exit;
fi
- ## Latest npm with Meteor 1.9.x
+ ## Latest npm with Meteor 1.8.x
npm_call -g install npm
npm_call -g install node-gyp
- # Latest fibers for Meteor 1.9.x
+ # 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