From 6e4407ed9cb3c95a99e0dbbb4383324dd57d6be1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 10 Jul 2020 19:11:46 +0300 Subject: Upgrade to Node 12.18.2. Thanks to Node developers and xet7 ! --- rebuild-wekan.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rebuild-wekan.sh') diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index e8336a29..e07dfc0e 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.18.1 +#NODE_VERSION=12.18.2 #X64NODE="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz" function pause(){ @@ -80,7 +80,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.18.1 + sudo n 12.18.2 #curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - #sudo apt-get install -y nodejs elif [[ "$OSTYPE" == "darwin"* ]]; then -- cgit v1.2.3-1-g7c22