最新版本的chocolatey(9.9.x)打破了我的所有私人包裹,目前无法重建。有没有办法安装9.8.x的巧克力本身?
答案 0 :(得分: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
我刚测试了这个,它正在发挥作用。