posts/upgrade-winget-itself/ #3
Replies: 3 comments 4 replies
-
I had to use |
Beta Was this translation helpful? Give feedback.
-
Very helpful thank you :) |
Beta Was this translation helpful? Give feedback.
-
Function to check if winget is installed and get its versionfunction Get-InstalledWingetVersion { Function to get the latest release version of Winget from GitHubfunction Get-LatestWingetVersion { Function to download and install the latest Winget release from GitHubfunction Install-LatestWinget {
} Function to get the download URL for the latest Winget releasefunction Get-LatestWingetRelease {
} Main script execution$installedVersion = Get-InstalledWingetVersion if ($installedVersion -ne $null -and $latestVersion -ne $null) { |
Beta Was this translation helpful? Give feedback.
-
posts/upgrade-winget-itself/
This tutorial will show you how to upgrade winget itself on Windows without uninstalling the old version.
https://wrye.dev/posts/upgrade-winget-itself/
Beta Was this translation helpful? Give feedback.
All reactions