summaryrefslogtreecommitdiffstats
path: root/rebuild-wekan.sh
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-17 21:49:49 +0300
committerLauri Ojansivu <x@xet7.org>2020-06-17 21:49:49 +0300
commitb11ae567c9b2d16a115ea4f3f7f88e67d076f326 (patch)
treee52fb71591f4c97bbfa4360a9423e636e9e0c7e1 /rebuild-wekan.sh
parente41256f9355aeb2414c5cb06e3112c9c6d5210fd (diff)
downloadwekan-b11ae567c9b2d16a115ea4f3f7f88e67d076f326.tar.gz
wekan-b11ae567c9b2d16a115ea4f3f7f88e67d076f326.tar.bz2
wekan-b11ae567c9b2d16a115ea4f3f7f88e67d076f326.zip
Upgrade to Node 12.18.1
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 818d9923..dab80b53 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.0
+#NODE_VERSION=12.18.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 12.18.0
+ sudo n 12.18.1
#curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
#sudo apt-get install -y nodejs
elif [[ "$OSTYPE" == "darwin"* ]]; then