Change version of AutoHotKey package

This commit is contained in:
Manuel Thalmann 2023-07-18 19:39:31 +02:00
parent 49dcf58f78
commit 8f7d506a6f

View file

@ -1,7 +1,7 @@
#!/bin/pwsh
$ahkID = "AutoHotkey.AutoHotkey";
winget uninstall --accept-source-agreements -e --id "$ahkID";
winget install --accept-source-agreements --accept-package-agreements -e --id "$ahkID" --version "1.1.37.01";
winget install --accept-source-agreements --accept-package-agreements -e --id "$ahkID" --version "1.1.37.00";
choco install -y temurin11jre;
choco install -y ubiquiti-unifi-controller;
winget uninstall --accept-source-agreements -e --id "$ahkID";