summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-29 21:37:28 +0300
committerLauri Ojansivu <x@xet7.org>2020-05-29 21:37:28 +0300
commit3ade9d95a69b269c345127e1755e1b539dc07263 (patch)
treef07650a1a3e976baf40592e3ddae7fc3c7e54e88 /rebuild-wekan.sh
parent55c5f07026e48fbbd29cfbe9fbaa7793e0fe4b6f (diff)
downloadwekan-3ade9d95a69b269c345127e1755e1b539dc07263.tar.gz
wekan-3ade9d95a69b269c345127e1755e1b539dc07263.tar.bz2
wekan-3ade9d95a69b269c345127e1755e1b539dc07263.zip
Upgrade to Node v12.17.0
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 b058a6c9..9cb9f982 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.3
+#NODE_VERSION=12.17.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.16.3
+ sudo n 12.17.0
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then