summaryrefslogtreecommitdiffstats
path: root/releases/virtualbox
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-03 18:19:25 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-03 18:19:25 +0200
commitfe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4 (patch)
tree4ad68ab0bbaab6ae96b8115a122d974ea68ce47f /releases/virtualbox
parent40367995e739ab96cad82d3806b46874d5260c5f (diff)
downloadwekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.gz
wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.tar.bz2
wekan-fe7c4528d7c19ab77f2d2ea098e83f6a4c6650f4.zip
- Upgrade Node from v8.12 to v8.14
- Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 !
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