Skip to content

Commit

Permalink
Release 1.0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Jul 20, 2018
1 parent 32bd4b2 commit c2fee3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 1 addition & 11 deletions setup-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ IF !install[jq]! EQU 1 CALL :CHOCO_INSTALL jq
IF !install[git]! EQU 1 CALL :CHOCO_INSTALL git

IF !install[cf]! EQU 1 (
CALL :CHOCO_INSTALL cloudfoundry-cli cf
CALL :CHOCO_INSTALL cloudfoundry-cli
CALL :RELOAD_ENV

SETLOCAL
Expand All @@ -341,16 +341,6 @@ IF !install[cf]! EQU 1 (
) ELSE (
SET filename=predix_win32.exe
)
( cf plugins | findstr "Predix" >$null 2>&1 ) || cf install-plugin -f https://github.com/PredixDev/cf-predix/releases/download/1.0.0/!filename!
ENDLOCAL

IF NOT !errorlevel! EQU 0 (
ECHO If you are behind a corporate proxy, set the 'http_proxy' and 'https_proxy' environment variables.
ECHO Commands to set proxy:
ECHO set http_proxy="http://<proxy-host>:<proxy-port>"
ECHO set https_proxy="http://<proxy-host>:<proxy-port>"
exit /b !errorlevel!
)
)

IF !install[putty]! EQU 1 CALL :CHOCO_INSTALL putty
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local setup",
"version": "1.0.97",
"version": "1.0.98",
"private": true,
"dependencies": {},
"author": "rishabhtulsian"
Expand Down

0 comments on commit c2fee3b

Please sign in to comment.