PortValhalla/scripts/Windows/Software/osu!lazer/Manage.ps1

16 lines
332 B
PowerShell
Raw Normal View History

2024-08-08 02:36:35 +00:00
param(
$Action,
[hashtable] $Arguments
)
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../../Common/Scripts/System.ps1";
Start-SoftwareInstaller @PSBoundParameters `
-Installer {
2024-08-24 12:10:02 +00:00
Install-WingetPackage "ppy.osu";
2024-08-08 02:36:35 +00:00
Remove-DesktopIcon "*osu*";
};
# ToDo: Add restoration