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() {
232232 echo " Downloading latest Predix CLI: $cli_url "
233233 curl -L -O " $cli_url "
234234 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
239236 fi
240237}
241238
@@ -254,11 +251,8 @@ function update_predixcli() {
254251 echo " Downloading latest Predix CLI: $cli_url "
255252 curl -L -O " $cli_url "
256253 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
260254 echo " Please enter your system password, so the Predix CLI can be installed using sudo."
261- sudo ./predix-cli/ install
255+ sudo ./install
262256 fi
263257
264258}
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.52 " ,
3+ "version" : " 1.0.53 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments