diff --git a/profiles/DerGeret/Windows/Drivers.ps1 b/profiles/DerGeret/Windows/Drivers.ps1 index 33501d40..9ea12cf5 100644 --- a/profiles/DerGeret/Windows/Drivers.ps1 +++ b/profiles/DerGeret/Windows/Drivers.ps1 @@ -14,7 +14,6 @@ function Install-PortValhallaDrivers { . "$mbDriverPath/AMDChipsetX399/Install.ps1" $context; . "$mbDriverPath/IntelBluetooth/Install.ps1" $context; . "$driverPath/AMDChipsetX399/Install.ps1" $context; - . "$driverPath/AMDThreadRipper2950X/Install.ps1" $context; . "$driverPath/TobiiEyeX/Install.ps1" $context; choco install -y amd-ryzen-master geforce-game-ready-driver icue wavelink; diff --git a/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 b/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 deleted file mode 100644 index 3bb8823d..00000000 --- a/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 +++ /dev/null @@ -1,6 +0,0 @@ - -#!/bin/pwsh -param($context) -. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1"; - -Install-AmdSoftwarePackage $context "https://www.amd.com/en/support/cpu/amd-ryzen-processors/amd-ryzen-threadripper-processors/amd-ryzen-threadripper-2950x";