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 7abee8e commit 1267cf8Copy full SHA for 1267cf8
src/scripts/extensions/firebird.ps1
@@ -4,7 +4,7 @@ Function Add-Choco() {
4
# Source: https://docs.chocolatey.org/en-us/choco/setup
5
Set-ExecutionPolicy Bypass -Scope Process -Force
6
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
7
- Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
+ Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
8
}
9
} catch { }
10
0 commit comments