post_install() {
    post_upgrade
}

post_upgrade() {
    mozroots --import --machine --sync
    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
}
