summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-09 22:47:11 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-09 22:47:11 +0300
commit6db717b9b384fe1491063e507b80e67791a07e3a (patch)
tree739f3a23c7c54b390ffee76ee57571f74c49eeb2 /rebuild-wekan.sh
parentf389fd95fb3dc368bc9263d11de5224e6e89f428 (diff)
downloadwekan-6db717b9b384fe1491063e507b80e67791a07e3a.tar.gz
wekan-6db717b9b384fe1491063e507b80e67791a07e3a.tar.bz2
wekan-6db717b9b384fe1491063e507b80e67791a07e3a.zip
Upgrade to Node v12.16.2
Thanks to Node developers and 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 957e634f..61c19928 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.16.1
+#NODE_VERSION=12.16.2
#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.16.1
+ sudo n 12.16.2
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then