Skip to content

Commit

Permalink
Change choco install script URL
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jan 21, 2023
1 parent 7abee8e commit 1267cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/extensions/firebird.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Function Add-Choco() {
# Source: https://docs.chocolatey.org/en-us/choco/setup
Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
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'))
}
} catch { }
}
Expand Down

0 comments on commit 1267cf8

Please sign in to comment.