Remove redundant installations
This commit is contained in:
parent
892aa46f12
commit
1aabdf77cf
1 changed files with 0 additions and 3 deletions
|
@ -90,7 +90,6 @@ function Restore-PersonalApps([Context] $context) {
|
|||
gpu-z `
|
||||
windirstat `
|
||||
winmerge `
|
||||
winscp `
|
||||
xmedia-recode `
|
||||
hwmonitor `
|
||||
qbittorrent `
|
||||
|
@ -100,8 +99,6 @@ function Restore-PersonalApps([Context] $context) {
|
|||
obs-studio `
|
||||
openvpn;
|
||||
|
||||
. "$PSScriptRoot/../Software/Thunderbird/Install.ps1" $context;
|
||||
|
||||
$context.RemoveDesktopIcon("GPU-Z*");
|
||||
$context.RemoveDesktopIcon("WinDirStat*");
|
||||
$context.RemoveDesktopIcon("WinSCP*");
|
||||
|
|
Loading…
Reference in a new issue