Install KDE Connect
This commit is contained in:
parent
68e6205ed9
commit
765af44b88
1 changed files with 3 additions and 1 deletions
|
@ -102,7 +102,9 @@ function Restore-PersonalApps([Context] $context) {
|
|||
procexp `
|
||||
procmon;
|
||||
|
||||
winget install --accept-source-agreements --accept-package-agreements -e --id AntSoftware.AntRenamer;
|
||||
winget install --accept-source-agreements --accept-package-agreements `
|
||||
-e --id AntSoftware.AntRenamer `
|
||||
-e --id KDE.KDEConnect;
|
||||
|
||||
$context.RemoveDesktopIcon("GPU-Z*");
|
||||
$context.RemoveDesktopIcon("WinDirStat*");
|
||||
|
|
Loading…
Reference in a new issue