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
6868where choco > $null 2 >& 1
6969IF NOT !errorlevel! EQU 0 (
7070 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"
7272 CALL :CHECK_FAIL
7373)
7474GOTO :eof
Original file line number Diff line number Diff line change 11{
22 "name" : " local setup" ,
3- "version" : " 1.0.96 " ,
3+ "version" : " 1.0.97 " ,
44 "private" : true ,
55 "dependencies" : {},
66 "author" : " rishabhtulsian"
You can’t perform that action at this time.
0 commit comments