From 4dc661f3525b9543248ef5ec8f7b1c25278f621b Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 7 Aug 2023 01:24:08 +0200 Subject: [PATCH] Remove non-functioning statements --- scripts/Windows/OS/Install.ps1 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index afc1630c7..d51ceb8d6 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -69,10 +69,4 @@ function Invoke-WindowsInstallation([Context] $context) New-PersonalUser $context; Restore-WindowsInstallation $context; - Uninstall-Package -Force Selenium.WebDriver; - Uninstall-Module -Force "NuGet"; - choco uninstall -y selenium-gecko-driver; - winget uninstall --force AutoHotkey.AutoHotkey; - Set-Location ~; - Remove-Item -Recurse "$PSScriptRoot/../../.."; }