Ignore dependencies while installing UniFi Controller
This commit is contained in:
parent
8f7d506a6f
commit
a286e57066
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ $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.00";
|
||||
choco install -y temurin11jre;
|
||||
choco install -y ubiquiti-unifi-controller;
|
||||
choco install -y ubiquiti-unifi-controller --ignore-dependencies;
|
||||
winget uninstall --accept-source-agreements -e --id "$ahkID";
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id "$ahkID";
|
||||
|
|
Loading…
Reference in a new issue