From a5bcee666eab817673941d0901b6b297c2988f3f Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 01:35:51 +0200 Subject: [PATCH] Fix typo --- profiles/DerGeret/Windows/Drivers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/DerGeret/Windows/Drivers.ps1 b/profiles/DerGeret/Windows/Drivers.ps1 index 9ea12cf5..58d1673e 100644 --- a/profiles/DerGeret/Windows/Drivers.ps1 +++ b/profiles/DerGeret/Windows/Drivers.ps1 @@ -14,7 +14,7 @@ function Install-PortValhallaDrivers { . "$mbDriverPath/AMDChipsetX399/Install.ps1" $context; . "$mbDriverPath/IntelBluetooth/Install.ps1" $context; . "$driverPath/AMDChipsetX399/Install.ps1" $context; - . "$driverPath/TobiiEyeX/Install.ps1" $context; + . "$driverPath/Tobii EyeX/Install.ps1" $context; choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink; }