From 467a3be8509d4a45cd26da7f199b4dbd049086fd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 5 Dec 2019 10:00:07 +0200 Subject: Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1. Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 ! --- rebuild-wekan.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rebuild-wekan.sh') diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index 8381e170..b45810fb 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.13.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.16.2 + sudo n 12.13.1 #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.8.x + ## Latest npm with Meteor 1.9.x npm_call -g install npm npm_call -g install node-gyp - # Latest fibers for Meteor 1.8.x + # Latest fibers for Meteor 1.9.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 -- cgit v1.2.3-1-g7c22