blob: 2e588f8f86320be77ca92ee4c6cdd06c3ca56201 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
post_upgrade
}
post_upgrade() {
yes | certmgr -ssl -m https://go.microsoft.com
yes | certmgr -ssl -m https://nugetgallery.blob.core.windows.net
yes | certmgr -ssl -m https://nuget.org
}
|