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

7 lines
245 B
PowerShell

#!/bin/bash
param($context)
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
Write-Host "Installing Tobii Eye Tracking";
Install-SoftwarePackage $context "https://files.update.tech.tobii.com/Tobii_Eye_Tracking_Core_v2.16.8.214_x86.exe";