Skip to content

Commit ec7237d

Browse files
Release 1.0.105
1 parent 83b432c commit ec7237d

File tree

2 files changed

+12
-19
lines changed

2 files changed

+12
-19
lines changed

setup-mac.sh

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,16 @@ git=0
55
cf=1
66
jdk=2
77
maven=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

2019
declare -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

275272
function 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

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.103",
3+
"version": "1.0.105",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)