diff --git a/NodeGitInstall.bat b/NodeGitInstall.bat index 0929081..ac71378 100644 --- a/NodeGitInstall.bat +++ b/NodeGitInstall.bat @@ -7,3 +7,4 @@ pause cls "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')); choco upgrade -y nodejs-lts git pause +npm start