Change version of AutoHotKey package
This commit is contained in:
parent
49dcf58f78
commit
8f7d506a6f
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue