From 1aabdf77cf7239ce99c1085ea1120c1e194e4f59 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 26 Jul 2023 00:16:20 +0200 Subject: [PATCH] Remove redundant installations --- scripts/Windows/Collections/Personal.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index 9c3f9648..10e9971e 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -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*");