Install Discord for each user separately
This commit is contained in:
parent
60a157e4b7
commit
aaf5d40973
2 changed files with 12 additions and 3 deletions
scripts/Windows/Software/discord
10
scripts/Windows/Software/discord/Main.ps1
Normal file
10
scripts/Windows/Software/discord/Main.ps1
Normal file
|
@ -0,0 +1,10 @@
|
|||
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
||||
. "$PSScriptRoot/../../Scripts/System.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
||||
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
||||
|
||||
Start-SoftwareInstaller @args `
|
||||
-UserConfigurator {
|
||||
Install-WingetPackage Vencord.Vesktop;
|
||||
Remove-DesktopIcon "Vesktop*";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue