mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-22 09:13:48 +01: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
|