From a4e92dc1adc6bbebce647bae07569455a2307d90 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 16 Jul 2023 01:34:00 +0200 Subject: [PATCH] Remove non-existent driver --- profiles/DerGeret/Windows/Drivers.ps1 | 1 - scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 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";