Skip to content

Commit

Permalink
feat: add powershell 7 to install software script
Browse files Browse the repository at this point in the history
  • Loading branch information
RadNotRed authored Sep 21, 2024
1 parent affb3b5 commit 571db80
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ init_item "Snipping Tool" "9MZ95KL8MR0L"
# https://winget.run/pkg/valinet/ExplorerPatcher
init_item "ExplorerPatcher" "valinet.ExplorerPatcher"

# https://winget.run/pkg/Microsoft/PowerShell
init_item "Powershell 7" "Microsoft.PowerShell"

if ([System.Environment]::OSVersion.Version.Build -ge 22000) {
# https://winget.run/pkg/StartIsBack/StartAllBack
init_item "StartAllBack" "StartIsBack.StartAllBack"
Expand Down

0 comments on commit 571db80

Please sign in to comment.