diff --git a/assets/Install-Tab-Dark.png b/assets/Install-Tab-Dark.png index fc07c072..234d3688 100644 Binary files a/assets/Install-Tab-Dark.png and b/assets/Install-Tab-Dark.png differ diff --git a/dev/tweaks/Essential-Tweaks/Powershell7/index.html b/dev/tweaks/Essential-Tweaks/Powershell7/index.html index 5aa2d99d..b2f0a52a 100644 --- a/dev/tweaks/Essential-Tweaks/Powershell7/index.html +++ b/dev/tweaks/Essential-Tweaks/Powershell7/index.html @@ -33,7 +33,7 @@ Write-Host "Powershell 7 is already installed." } else { Write-Host "Installing Powershell 7..." - Invoke-WinUtilWingetProgram -Action Install -Programs @("Microsoft.PowerShell") + Install-WinUtilProgramWinget -Action Install -Programs @("Microsoft.PowerShell") } $targetTerminalName = "PowerShell" } @@ -67,7 +67,7 @@ Write-Host "No PowerShell 7 profile found in Windows Terminal settings using the name attribute." } } -
Function Install-WinUtilProgramWinget {
<#
.SYNOPSIS
Runs the designated action on the provided programs using Winget
@@ -352,4 +352,4 @@
$sync["Form"].taskbarItemInfo.Description = $description
}
}
-