Fix typo
This commit is contained in:
parent
fe1952004d
commit
c3ea42805e
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue