summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-01-10 00:04:43 +0200
committerLauri Ojansivu <x@xet7.org>2020-01-10 00:04:43 +0200
commit785f3cf88b61f687ef5ad4a529768221d1a54c86 (patch)
treeb1bf8deb1154841d11f63c930e6268e28d0a044b /rebuild-wekan.sh
parentd16a601c04aeb1d3550c5c541be02a67276a34cf (diff)
downloadwekan-785f3cf88b61f687ef5ad4a529768221d1a54c86.tar.gz
wekan-785f3cf88b61f687ef5ad4a529768221d1a54c86.tar.bz2
wekan-785f3cf88b61f687ef5ad4a529768221d1a54c86.zip
Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2.
Thanks to xet7 !
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-xrebuild-wekan.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh
index 03279ce7..7e61854e 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=8.16.0
+#NODE_VERSION=12.14.1
#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 8.17.0
+ sudo n 12.14.1
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then