mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-09-20 18:00:07 +02:00
5 lines
174 B
PowerShell
5 lines
174 B
PowerShell
|
|
$installPath = Get-Content C:\ProgramData\Chocolatey\lib\kos32-gcc\install-path | Out-String | ConvertFrom-StringData
|
|
|
|
Remove-Item -LiteralPath $installPath -Force -Recurse
|