mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
remove choco alias cpack
This commit is contained in:
@@ -104,6 +104,10 @@ Invoke-Expression ((new-object net.webclient).DownloadString('https://chocolatey
|
|||||||
# Turn off confirmation
|
# Turn off confirmation
|
||||||
choco feature enable -n allowGlobalConfirmation
|
choco feature enable -n allowGlobalConfirmation
|
||||||
|
|
||||||
|
# https://github.com/chocolatey/choco/issues/89
|
||||||
|
# Remove some of the command aliases, like `cpack` #89
|
||||||
|
Remove-Item -Path $env:ChocolateyInstall\bin\cpack.exe -Force
|
||||||
|
|
||||||
# Install webpi
|
# Install webpi
|
||||||
choco install webpicmd -y
|
choco install webpicmd -y
|
||||||
|
|
||||||
|
|||||||
@@ -104,6 +104,10 @@ Invoke-Expression ((new-object net.webclient).DownloadString('https://chocolatey
|
|||||||
# Turn off confirmation
|
# Turn off confirmation
|
||||||
choco feature enable -n allowGlobalConfirmation
|
choco feature enable -n allowGlobalConfirmation
|
||||||
|
|
||||||
|
# https://github.com/chocolatey/choco/issues/89
|
||||||
|
# Remove some of the command aliases, like `cpack` #89
|
||||||
|
Remove-Item -Path $env:ChocolateyInstall\bin\cpack.exe -Force
|
||||||
|
|
||||||
# Install webpi
|
# Install webpi
|
||||||
choco install webpicmd -y
|
choco install webpicmd -y
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user