2023-07-18 17:09:12 +00:00
|
|
|
#!/bin/pwsh
|
|
|
|
$ahkID = "AutoHotkey.AutoHotkey";
|
2023-07-18 17:13:11 +00:00
|
|
|
winget uninstall --accept-source-agreements -e --id "$ahkID";
|
2023-07-18 17:39:31 +00:00
|
|
|
winget install --accept-source-agreements --accept-package-agreements -e --id "$ahkID" --version "1.1.37.00";
|
2023-07-18 17:09:12 +00:00
|
|
|
choco install -y temurin11jre;
|
2023-07-18 17:47:51 +00:00
|
|
|
choco install -y ubiquiti-unifi-controller --ignore-dependencies;
|
2023-07-18 17:35:55 +00:00
|
|
|
winget uninstall --accept-source-agreements -e --id "$ahkID";
|
2023-07-18 17:09:12 +00:00
|
|
|
winget install --accept-source-agreements --accept-package-agreements -e --id "$ahkID";
|