File tree Expand file tree Collapse file tree 2 files changed +12
-19
lines changed
Expand file tree Collapse file tree 2 files changed +12
-19
lines changed Original file line number Diff line number Diff line change 55cf=1
66jdk=2
77maven=3
8- sts=4
9- nodejs=5
10- python2=6
11- python3=7
12- uaac=8
13- jq=9
14- predixcli=10
15- mobilecli=11
16- androidstudio=12
17- docker=13
18- vmware=14
8+ nodejs=4
9+ python2=5
10+ python3=6
11+ uaac=7
12+ jq=8
13+ predixcli=9
14+ mobilecli=10
15+ androidstudio=11
16+ docker=12
17+ vmware=13
1918
2019declare -a install
2120
@@ -128,7 +127,6 @@ function install_everything() {
128127 install[cf]=1
129128 install[jdk]=1
130129 install[maven]=1
131- install[sts]=1
132130 install[nodejs]=1
133131 install[python2]=1
134132 install[python3]=1
@@ -147,7 +145,6 @@ function install_nothing() {
147145 install[cf]=0
148146 install[jdk]=0
149147 install[maven]=0
150- install[sts]=0
151148 install[nodejs]=0
152149 install[python2]=0
153150 install[python3]=0
@@ -273,6 +270,7 @@ function install_uaac() {
273270}
274271
275272function install_predixcli() {
273+ export DYLD_INSERT_LIBRARIES=;
276274 if which predix > /dev/null; then
277275 echo " Predix CLI already installed."
278276 predix -v
@@ -356,7 +354,6 @@ function run_setup() {
356354 [ " $1 " == " --cf" ] && install[cf]=1
357355 [ " $1 " == " --jdk" ] && install[jdk]=1
358356 [ " $1 " == " --maven" ] && install[maven]=1
359- [ " $1 " == " --sts" ] && install[sts]=1
360357 [ " $1 " == " --nodejs" ] && install[nodejs]=1
361358 [ " $1 " == " --python2" ] && install[python2]=1
362359 [ " $1 " == " --python3" ] && install[python3]=1
@@ -401,10 +398,6 @@ function run_setup() {
401398 install_maven
402399 fi
403400
404- if [ ${install[sts]} -eq 1 ]; then
405- brew_cask_install sts
406- fi
407-
408401 if [ ${install[nodejs]} -eq 1 ]; then
409402 install_nodejs
410403 fi
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.103 " ,
3+ "version" : " 1.0.105 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments