diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-02-07 03:12:27 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-02-07 03:12:27 +0200 |
commit | 8384d68a060ef8f2c202ce2fa6064c5c823d28dc (patch) | |
tree | c0f49e54f2ffa99c4e590839ab8f9981b635a60e /rebuild-wekan.sh | |
parent | 120a430deb04afe2cafc95a02298d2ead25b1d56 (diff) | |
download | wekan-8384d68a060ef8f2c202ce2fa6064c5c823d28dc.tar.gz wekan-8384d68a060ef8f2c202ce2fa6064c5c823d28dc.tar.bz2 wekan-8384d68a060ef8f2c202ce2fa6064c5c823d28dc.zip |
Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker.
Thanks to xet7 !
Diffstat (limited to 'rebuild-wekan.sh')
-rwxr-xr-x | rebuild-wekan.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebuild-wekan.sh b/rebuild-wekan.sh index c80f17b8..f068059e 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.14.1 +#NODE_VERSION=12.15.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.14.1 + sudo n 12.15.0 #curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - #sudo apt-get install -y nodejs elif [[ "$OSTYPE" == "darwin"* ]]; then |