diff --git a/src/winget.ps1 b/src/winget.ps1 index 15648e6..310113b 100644 --- a/src/winget.ps1 +++ b/src/winget.ps1 @@ -1,3 +1,3 @@ Invoke-WebRequest -Uri https://aka.ms/getwinget -OutFile winget.msixbundle Add-AppxPackage winget.msixbundle -del winget.msixbundle \ No newline at end of file +Remove-Item winget.msixbundle \ No newline at end of file