Add a script for installing LGHub

This commit is contained in:
Manuel Thalmann 2024-08-08 13:25:21 +02:00
parent e2536d91a5
commit 98df4f242c

View file

@ -0,0 +1,15 @@
param(
$Action,
[hashtable] $Arguments
)
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../Scripts/AppAssociations.ps1";
Start-SoftwareInstaller @PSBoundParameters `
-Installer {
Install-ChocoPackage lghub;
Remove-DesktopIcon "*G HUB*";
};
# ToDo: Add restoration