最新版本的 Chocolatey (9.9.x) 已经破坏了我所有的私有包,目前无法重建它们。有没有办法安装巧克力本身的 9.8.x 版本?
问问题
799 次
1 回答
5
我刚收到 Rob Reynolds 的回复。要安装旧的 POSH 版本:
使用https://chocolatey.org/install-lastposhclient.ps1而不是 https://chocolatey.org/install.ps1。
因此,这意味着安装行将如下所示:
(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install-lastposhclient.ps1')))>$null 2>&1
我刚刚测试了这个,它正在工作。
于 2015-04-11T18:04:13.620 回答