2023-07-15 19:37:52 +00:00
|
|
|
#!/bin/bash
|
|
|
|
param($context)
|
|
|
|
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
|
|
|
|
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";
|