有没有办法安装以前版本的 Chocolatey?
Is there a way to install a previous version of Chocolatey?
最新版的chocolatey(9.9.x)把我所有的私有包都破解了,暂时无法重建。有没有办法安装 9.8.x chocolatey 本身?
我刚收到 Rob Reynolds 的回复。要安装旧的 POSH 版本:
use https://chocolatey.org/install-lastposhclient.ps1 instead of
https://chocolatey.org/install.ps1.
因此,这意味着安装行将如下所示:
(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install-lastposhclient.ps1')))>$null 2>&1
我刚刚对此进行了测试,它正在运行。
最新版的chocolatey(9.9.x)把我所有的私有包都破解了,暂时无法重建。有没有办法安装 9.8.x chocolatey 本身?
我刚收到 Rob Reynolds 的回复。要安装旧的 POSH 版本:
use https://chocolatey.org/install-lastposhclient.ps1 instead of https://chocolatey.org/install.ps1.
因此,这意味着安装行将如下所示:
(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install-lastposhclient.ps1')))>$null 2>&1
我刚刚对此进行了测试,它正在运行。