Remove non-functioning code
This commit is contained in:
parent
70018f8448
commit
9213a3d9f9
6 changed files with 6 additions and 8 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue