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 f029706 commit fb9c8e4Copy full SHA for fb9c8e4
setup-windows.bat
@@ -69,8 +69,6 @@ IF NOT !errorlevel! EQU 0 (
69
ECHO Installing chocolatey...
70
@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
CALL :CHECK_FAIL
72
-
73
74
)
75
GOTO :eof
76
version.json
@@ -1,6 +1,6 @@
1
{
2
"name": "local setup",
3
- "version": "1.0.25",
+ "version": "1.0.26",
4
"private": true,
5
"dependencies": {},
6
"author": "rishabhtulsian"
0 commit comments