diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index a7ef327c..aef758aa 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; }