This commit is contained in:
Manuel Thalmann 2023-07-17 01:53:23 +02:00
parent fe1952004d
commit c3ea42805e

View file

@ -17,7 +17,7 @@ Write-Information "Downloading Tobii Ghost installer";
Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Setup.exe" -OutFile $installer; Invoke-WebRequest "https://files.update.oem.tobii.com/Ghost/TobiiGhost.1.14.1-Setup.exe" -OutFile $installer;
Write-Information "Running Tobii Ghost installer"; Write-Information "Running Tobii Ghost installer";
Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.au3"; Start-Process -Wait -FilePath "$PSScriptRoot/Ghost.ahk";
Write-Host "Installing Tobii Game Hub"; Write-Host "Installing Tobii Game Hub";
Install-SoftwarePackage $context "https://files.update.oem.tobii.com/GameHub/TobiiGameHub.3.0.1-Setup.exe"; Install-SoftwarePackage $context "https://files.update.oem.tobii.com/GameHub/TobiiGameHub.3.0.1-Setup.exe";