summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 18:26:01 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 18:26:01 +0200
commitaf6513ccc7e13f463ec482021286712deddd7ec5 (patch)
tree80ff4a0ed1859875647a69a2bd97da2f5aa2ca2d /releases/virtualbox
parent30fe263bfea34431aa2d3bedc904e61f92bdeff5 (diff)
parent30151de2695c6b0d51816919a4892c66088b6ab7 (diff)
downloadwekan-af6513ccc7e13f463ec482021286712deddd7ec5.tar.gz
wekan-af6513ccc7e13f463ec482021286712deddd7ec5.tar.bz2
wekan-af6513ccc7e13f463ec482021286712deddd7ec5.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'releases/virtualbox')
-rwxr-xr-xreleases/virtualbox/rebuild-wekan.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releases/virtualbox/rebuild-wekan.sh b/releases/virtualbox/rebuild-wekan.sh
index e7d55107..ca00f0e2 100755
--- a/releases/virtualbox/rebuild-wekan.sh
+++ b/releases/virtualbox/rebuild-wekan.sh
@@ -4,7 +4,7 @@ echo "Note: If you use other locale than en_US.UTF-8 , you need to additionally
echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
echo " You can still use any other locale as your main locale."
-X64NODE="https://releases.wekan.team/node-v8.11.3-linux-x64.tar.gz"
+X64NODE="https://releases.wekan.team/node-v8.14.0-linux-x64.tar.gz"
function pause(){
read -p "$*"
@@ -25,7 +25,7 @@ do
sudo apt install -y build-essential git curl wget
sudo apt -y install nodejs npm
sudo npm -g install n
- sudo n 8.11.3
+ sudo n 8.14.0
fi
if [ "$(grep -Ei 'debian' /etc/*release)" ]; then