Remove redundant installations

This commit is contained in:
Manuel Thalmann 2023-07-26 00:16:20 +02:00
parent 4ec03492be
commit d49ca13de1

View file

@ -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*");