Add a script for installing Tobii EyeX
This commit is contained in:
parent
9213a3d9f9
commit
7c67d03a13
2 changed files with 8 additions and 0 deletions
|
@ -15,4 +15,7 @@ function Install-PortValhallaDrivers {
|
|||
. "$mbDriverPath/IntelBluetooth/Install.ps1" $context;
|
||||
. "$driverPath/AMDChipsetX399/Install.ps1" $context;
|
||||
. "$driverPath/AMDThreadRipper2950X/Install.ps1" $context;
|
||||
. "$driverPath/TobiiEyeX/Install.ps1" $context;
|
||||
|
||||
choco install -y geforce-game-ready-driver;
|
||||
}
|
||||
|
|
5
scripts/Windows/Drivers/Tobii EyeX/Install.ps1
Normal file
5
scripts/Windows/Drivers/Tobii EyeX/Install.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
param($context)
|
||||
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
||||
|
||||
Install-SoftwarePackage $context "https://files.update.tech.tobii.com/Tobii_Eye_Tracking_Core_v2.16.8.214_x86.exe";
|
Loading…
Reference in a new issue