Merge pull request #69 from qhua948/main

Minor change to add a status message output when installing chocolatey.
This commit is contained in:
h3r0 2024-01-07 15:21:03 +04:00 committed by GitHub
commit a80a038214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ actions:
- !writeStatus: {status: 'Disabling Windows Defender'}
- !run: {path: "%ProgramFiles(x86)%\\Revision Tool\\data\\flutter_assets\\additionals", exe: "DisableWD.bat", wait: true, weight: 100}
- !writeStatus: {status: 'Installing Chocolatey'}
- !powerShell:
command: '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''))'
weight: 50