Install osu!lazer per user

This commit is contained in:
Manuel Thalmann 2024-08-28 12:37:20 +02:00
parent 6890d5104f
commit 9beeaf2924

View file

@ -7,7 +7,7 @@ param(
. "$PSScriptRoot/../../../Common/Scripts/System.ps1";
Start-SoftwareInstaller @PSBoundParameters `
-Installer {
-UserConfigurator {
Install-WingetPackage "ppy.osu";
Remove-DesktopIcon "*osu*";
};