File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ GOTO :eof
68
68
where choco > $null 2 >& 1
69
69
IF NOT !errorlevel! EQU 0 (
70
70
ECHO Installing chocolatey...
71
- @ powershell -NoProfile -ExecutionPolicy Bypass -Command " iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) >$null 2>&1 " && SET " PATH = %PATH% ;%ALLUSERSPROFILE% \chocolatey\bin"
71
+ @ powershell -NoProfile -InputFormat None - ExecutionPolicy Bypass -Command " iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET " PATH = %PATH% ;%ALLUSERSPROFILE% \chocolatey\bin"
72
72
CALL :CHECK_FAIL
73
73
)
74
74
GOTO :eof
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " local setup" ,
3
- "version" : " 1.0.96 " ,
3
+ "version" : " 1.0.97 " ,
4
4
"private" : true ,
5
5
"dependencies" : {},
6
6
"author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments