Skip to content

Commit c2fee3b

Browse files
Release 1.0.98
1 parent 32bd4b2 commit c2fee3b

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

setup-windows.bat

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ IF !install[jq]! EQU 1 CALL :CHOCO_INSTALL jq
332332
IF !install[git]! EQU 1 CALL :CHOCO_INSTALL git
333333

334334
IF !install[cf]! EQU 1 (
335-
CALL :CHOCO_INSTALL cloudfoundry-cli cf
335+
CALL :CHOCO_INSTALL cloudfoundry-cli
336336
CALL :RELOAD_ENV
337337

338338
SETLOCAL
@@ -341,16 +341,6 @@ IF !install[cf]! EQU 1 (
341341
) ELSE (
342342
SET filename=predix_win32.exe
343343
)
344-
( cf plugins | findstr "Predix" >$null 2>&1 ) || cf install-plugin -f https://github.com/PredixDev/cf-predix/releases/download/1.0.0/!filename!
345-
ENDLOCAL
346-
347-
IF NOT !errorlevel! EQU 0 (
348-
ECHO If you are behind a corporate proxy, set the 'http_proxy' and 'https_proxy' environment variables.
349-
ECHO Commands to set proxy:
350-
ECHO set http_proxy="http://<proxy-host>:<proxy-port>"
351-
ECHO set https_proxy="http://<proxy-host>:<proxy-port>"
352-
exit /b !errorlevel!
353-
)
354344
)
355345

356346
IF !install[putty]! EQU 1 CALL :CHOCO_INSTALL putty

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.97",
3+
"version": "1.0.98",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)