Remove non-functioning code

This commit is contained in:
Manuel Thalmann 2023-07-15 21:34:25 +02:00
parent 70018f8448
commit 9213a3d9f9
6 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,6 @@
#!/bin/pwsh
param([Context] $context)
. "$PSScriptRoot/../../Scripts/Context.ps1";
param($context)
. "$PSScriptRoot/../../Scripts/AmdSoftwarePackage.ps1";
Install-AmdSoftwarePackage $context "https://www.amd.com/en/support/chipsets/amd-socket-tr4/x399";

View file

@ -1,7 +1,6 @@
#!/bin/pwsh
param([Context] $context)
. "$PSScriptRoot/../../Scripts/Context.ps1";
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";

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
param([Context] $context)
param($context)
. "$PSScriptRoot/../../../Scripts/AsusSoftwarePackage.ps1";
Install-AsusSoftwarePackage $context "https://dlcdnets.asus.com/pub/ASUS/mb/03CHIPSET/DRV_Chipset_AMD_TRX40_TP_TSD_W10_64_V30901140_20211006R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
param([Context] $context)
param($context)
. "$PSScriptRoot/../../../Scripts/AsusSoftwarePackage.ps1";
Install-AsusSoftwarePackage $context "https://dlcdnets.asus.com/pub/ASUS/mb/02BT/DRV_Bluetooth_Intel_9260_TP_W11_64_V2210002_20211222R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
param([Context] $context)
param($context)
. "$PSScriptRoot/../../../Scripts/AsusSoftwarePackage.ps1";
Install-AsusSoftwarePackage $context "https://dlcdnets.asus.com/pub/ASUS/mb/08WIRELESS/DRV_WiFi_Intel_TP_W11_64_V2219004_20230130R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
param([Context] $context)
param($context)
. "$PSScriptRoot/../../../Scripts/AsusSoftwarePackage.ps1";
Install-AsusSoftwarePackage $context "https://dlcdnets.asus.com/pub/ASUS/mb/04LAN/DRV_LAN_Marvell_TP_TSD_W11_64_V3130_20211118R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";