diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 3ff67eb2..0cec4519 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -164,6 +164,7 @@ $null = New-Module { . "$PSScriptRoot/../Software/PinnedItem/Manage.ps1"; }; + Install-WingetPackage AutoHotkey.AutoHotkey; Set-Stage ([SetupStage]::Configure); break; }