Changed scripts
This commit is contained in:
@@ -25,3 +25,6 @@ foreach ($driver in $drivers) {
|
||||
}
|
||||
|
||||
Write-Output "All drivers have been updated."
|
||||
|
||||
#install chocolatey
|
||||
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'))
|
||||
Reference in New Issue
Block a user