We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76989e3 commit 0aecfdcCopy full SHA for 0aecfdc
setup-mac.sh
@@ -254,6 +254,9 @@ function update_predixcli() {
254
echo "Downloading latest Predix CLI: $cli_url"
255
curl -L -O "$cli_url"
256
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
echo "Please enter your system password, so the Predix CLI can be installed using sudo."
261
sudo ./predix-cli/install
262
fi
version.json
@@ -1,6 +1,6 @@
1
{
2
"name": "local setup",
3
- "version": "1.0.50",
+ "version": "1.0.51",
4
"private": true,
5
"dependencies": {},
6
"author": "rishabhtulsian"
0 commit comments