This commit is contained in:
Manuel Thalmann 2023-07-18 19:13:11 +02:00
parent 57745f91bf
commit e74fe1bce3

View file

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