File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -232,10 +232,7 @@ function install_predixcli() {
232
232
echo " Downloading latest Predix CLI: $cli_url "
233
233
curl -L -O " $cli_url "
234
234
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
235
- if [ -e predix-cli ]; then
236
- cd predix-cli
237
- fi
238
- ./predix-cli/install
235
+ ./install
239
236
fi
240
237
}
241
238
@@ -254,11 +251,8 @@ function update_predixcli() {
254
251
echo " Downloading latest Predix CLI: $cli_url "
255
252
curl -L -O " $cli_url "
256
253
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
257
- if [ -e predix-cli ]; then
258
- cd predix-cli
259
- fi
260
254
echo " Please enter your system password, so the Predix CLI can be installed using sudo."
261
- sudo ./predix-cli/ install
255
+ sudo ./install
262
256
fi
263
257
264
258
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " local setup" ,
3
- "version" : " 1.0.52 " ,
3
+ "version" : " 1.0.53 " ,
4
4
"private" : true ,
5
5
"dependencies" : {},
6
6
"author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments