We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a65bb7 commit 2a6c2d1Copy full SHA for 2a6c2d1
1 file changed
choco/tools/chocolateyinstall.ps1
@@ -36,6 +36,3 @@ if ($new_path -notlike "*$ppath*")
36
$new_path = $new_path.Replace(";;", ";")
37
Set-ItemProperty -Path 'Registry::HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment' -Name PATH -Value $new_path
38
}
39
-
40
-# Download pypi library
41
-pip.exe install createstructure==7.2
0 commit comments