From 7013864aab767ecd1214b50fe889805f34610268 Mon Sep 17 00:00:00 2001 From: Kaudnsjsm <144679972+Kaudnsjsm@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:32:08 +0700 Subject: [PATCH] Update NodeGitInstall.bat --- NodeGitInstall.bat | 1 + 1 file changed, 1 insertion(+) 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