Remove redundant commands
This commit is contained in:
parent
a11c7e4e05
commit
55fb262864
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Se
|
||||||
|
|
||||||
Write-Information "Running Tobii Ghost installer";
|
Write-Information "Running Tobii Ghost installer";
|
||||||
Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.ahk";
|
Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.ahk";
|
||||||
Stop-Process -Force "TobiiGhost.exe";
|
|
||||||
|
|
||||||
Write-Host "Installing Tobii Game Hub";
|
Write-Host "Installing Tobii Game Hub";
|
||||||
Write-Information "Downloading Tobii Game Hub installer";
|
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";
|
Write-Information "Running Tobii Game Hub installer";
|
||||||
Start-Process -Wait -FilePath "$PSScriptRoot/GameHub.ahk";
|
Start-Process -Wait -FilePath "$PSScriptRoot/GameHub.ahk";
|
||||||
Stop-Process -Force "TobiiGameHub.exe";
|
|
||||||
|
|
||||||
Pop-Location;
|
Pop-Location;
|
||||||
Remove-Item -Recurse $tempDir;
|
Remove-Item -Recurse $tempDir;
|
||||||
|
|
Loading…
Reference in a new issue