5 lines
198 B
PowerShell
5 lines
198 B
PowerShell
#!/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";
|