Skip to content

Commit a9203e8

Browse files
authored
Update setup-mac.sh
1 parent 0aecfdc commit a9203e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup-mac.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,13 @@ 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
235237
if [ -e predix-cli ]; then
236238
cd predix-cli
237239
fi
240+
pwd
241+
ls -l
238242
./predix-cli/install
239243
fi
240244
}
@@ -254,9 +258,13 @@ function update_predixcli() {
254258
echo "Downloading latest Predix CLI: $cli_url"
255259
curl -L -O "$cli_url"
256260
mkdir -p predix-cli && tar -xf predix-cli.tar.gz -C predix-cli
261+
pwd
262+
ls -l
257263
if [ -e predix-cli ]; then
258264
cd predix-cli
259265
fi
266+
pwd
267+
ls -l
260268
echo "Please enter your system password, so the Predix CLI can be installed using sudo."
261269
sudo ./predix-cli/install
262270
fi

0 commit comments

Comments
 (0)