From 53843168297297e20d413d88b137708f38809a47 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 17 Jul 2023 02:47:57 +0200 Subject: [PATCH] Remove redundant commands --- scripts/Windows/Drivers/Tobii EyeX/Install.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 b/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 index 0e56852d..4cbf2d58 100644 --- a/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 +++ b/scripts/Windows/Drivers/Tobii EyeX/Install.ps1 @@ -18,7 +18,6 @@ Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Se Write-Information "Running Tobii Ghost installer"; Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.ahk"; -Stop-Process -Force "TobiiGhost.exe"; Write-Host "Installing Tobii Game Hub"; Write-Information "Downloading Tobii Game Hub installer"; @@ -26,7 +25,6 @@ Invoke-WebRequest "https://files.update.oem.tobii.com/GameHub/TobiiGameHub.3.0.1 Write-Information "Running Tobii Game Hub installer"; Start-Process -Wait -FilePath "$PSScriptRoot/GameHub.ahk"; -Stop-Process -Force "TobiiGameHub.exe"; Pop-Location; Remove-Item -Recurse $tempDir;