diff --git a/scripts/Windows/Software/LGHub/Manage.ps1 b/scripts/Windows/Software/LGHub/Manage.ps1 new file mode 100644 index 00000000..7caefcba --- /dev/null +++ b/scripts/Windows/Software/LGHub/Manage.ps1 @@ -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