Skip to content

Commit

Permalink
Homemaker: Force winget update
Browse files Browse the repository at this point in the history
A fresh Windows 11 Pro install ran into
microsoft/winget-cli#3068
  • Loading branch information
albertdev committed Apr 3, 2024
1 parent 205bb04 commit 0a3e88b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homemaker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
["choco", "pin", "add", "--name", "notepadplusplus.install"],
["choco", "pin", "add", "--name", "adobereader"],

# Refresh Winget - a fresh Windows 11 Pro install had a broken version included
["powershell", "-NoProfile", "-Command", "Add-AppPackage", "-path", "https://cdn.winget.microsoft.com/cache/source.msix."],
# Install Windows Terminal app using winget. Choco package tries to do the same thing, only through Get-AppX Powershell cmdlets
["powershell", "-NoProfile", "-Command", "${HM_DEST}/AppData/Local/Microsoft/WindowsApps/winget.exe", "install", "Microsoft.WindowsTerminal"]
]
Expand Down

0 comments on commit 0a3e88b

Please sign in to comment.