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