Skip to content

Commit 1267cf8

Browse files
committed
Change choco install script URL
1 parent 7abee8e commit 1267cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/extensions/firebird.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Function Add-Choco() {
44
# Source: https://docs.chocolatey.org/en-us/choco/setup
55
Set-ExecutionPolicy Bypass -Scope Process -Force
66
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
7-
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
7+
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
88
}
99
} catch { }
1010
}

0 commit comments

Comments
 (0)