From b0499f9a54fbccaddc1e462e53e434ca3433c659 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 11 Oct 2025 14:58:22 +0300 Subject: [PATCH] 212 --- src/winget.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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