Install AutoHotkey as preparation

This commit is contained in:
Manuel Thalmann 2024-08-16 15:22:09 +02:00
parent c20d67e40f
commit 8f3ab17f5b

View file

@ -161,6 +161,7 @@ $null = New-Module {
. "$PSScriptRoot/../Software/PinnedItem/Manage.ps1";
};
Install-WingetPackage AutoHotkey.AutoHotkey;
Set-Stage ([SetupStage]::Configure);
break;
}