repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sbcl rebuild
[arch-packages.git]
/
nuget
/
trunk
/
nuget.install
blob
f4d1b31912517ab24ca70f24d16c270417e54845
1
post_install() {
2
post_upgrade
3
}
4
5
post_upgrade() {
6
cert-sync /etc/ssl/certs/ca-certificates.crt
7
yes | certmgr -ssl -m https://go.microsoft.com
8
yes | certmgr -ssl -m https://nugetgallery.blob.core.windows.net
9
yes | certmgr -ssl -m https://nuget.org
10
}