diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-18 19:42:04 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-18 19:42:04 +0200 |
commit | d70ad9d73308656942c6e698012684cd0d3db399 (patch) | |
tree | 92ba596f1a09f3b933fbe1cf0fa9621fd835f92e /stacksmith/user-scripts | |
parent | 51a19878dd761035a3c0a201a42537c583d8da77 (diff) | |
download | wekan-d70ad9d73308656942c6e698012684cd0d3db399.tar.gz wekan-d70ad9d73308656942c6e698012684cd0d3db399.tar.bz2 wekan-d70ad9d73308656942c6e698012684cd0d3db399.zip |
- Comment out extra node version.
Thanks to xet7 !
Diffstat (limited to 'stacksmith/user-scripts')
-rwxr-xr-x | stacksmith/user-scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stacksmith/user-scripts/build.sh b/stacksmith/user-scripts/build.sh index a8f756e6..e113f839 100755 --- a/stacksmith/user-scripts/build.sh +++ b/stacksmith/user-scripts/build.sh @@ -9,7 +9,7 @@ METEOR_EDGE=1.5-beta.17 NPM_VERSION=latest FIBERS_VERSION=2.0.0 ARCHITECTURE=linux-x64 -NODE_VERSION=v10.14.1 +#NODE_VERSION=v10.14.1 sudo yum groupinstall -y 'Development Tools' sudo yum install -y http://opensource.wandisco.com/centos/7/git/x86_64/wandisco-git-release-7-2.noarch.rpm |