File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -232,13 +232,9 @@ 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- pwd
236- ls -l
237235 if [ -e predix-cli ]; then
238236 cd predix-cli
239237 fi
240- pwd
241- ls -l
242238 ./predix-cli/install
243239 fi
244240}
@@ -258,13 +254,9 @@ function update_predixcli() {
258254 echo " Downloading latest Predix CLI: $cli_url "
259255 curl -L -O " $cli_url "
260256 mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
261- pwd
262- ls -l
263257 if [ -e predix-cli ]; then
264258 cd predix-cli
265259 fi
266- pwd
267- ls -l
268260 echo " Please enter your system password, so the Predix CLI can be installed using sudo."
269261 sudo ./predix-cli/install
270262 fi
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.51 " ,
3+ "version" : " 1.0.52 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments