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