PortValhalla/scripts/Windows/Drivers/Tobii EyeX/Install.ps1

7 lines
255 B
PowerShell
Raw Normal View History

2023-07-15 19:37:52 +00:00
#!/bin/bash
param($context)
2024-08-07 19:05:32 +00:00
. "$PSScriptRoot/../../../Common/Scripts/SoftwareManagement.ps1";
2023-07-15 19:37:52 +00:00
2023-07-16 21:23:27 +00:00
Write-Host "Installing Tobii Eye Tracking";
2023-07-15 19:37:52 +00:00
Install-SoftwarePackage $context "https://files.update.tech.tobii.com/Tobii_Eye_Tracking_Core_v2.16.8.214_x86.exe";