From 6fd2016c3985366e14b6dbb009a2e7a1008de4aa Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Fri, 16 Aug 2024 15:22:09 +0200 Subject: [PATCH] Install AutoHotkey as preparation --- scripts/Windows/OS/Install.ps1 | 1 + 1 file changed, 1 insertion(+) 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; }