diff --git a/scripts/Windows/Drivers/AMDChipsetX399/Install.ps1 b/scripts/Windows/Drivers/AMDChipsetX399/Install.ps1 index 04f280c7..db5aa1a0 100644 --- a/scripts/Windows/Drivers/AMDChipsetX399/Install.ps1 +++ b/scripts/Windows/Drivers/AMDChipsetX399/Install.ps1 @@ -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"; diff --git a/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 b/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 index 1c972855..3bb8823d 100644 --- a/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 +++ b/scripts/Windows/Drivers/AMDThreadRipper2950X/Install.ps1 @@ -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"; diff --git a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/AMDChipsetX399/Install.ps1 b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/AMDChipsetX399/Install.ps1 index 5bacfdd8..fd45b594 100644 --- a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/AMDChipsetX399/Install.ps1 +++ b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/AMDChipsetX399/Install.ps1 @@ -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"; diff --git a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelBluetooth/Install.ps1 b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelBluetooth/Install.ps1 index a871d476..d7b4c4fa 100644 --- a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelBluetooth/Install.ps1 +++ b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelBluetooth/Install.ps1 @@ -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"; diff --git a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelWiFi/Install.ps1 b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelWiFi/Install.ps1 index bc8e0215..26484914 100644 --- a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelWiFi/Install.ps1 +++ b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/IntelWiFi/Install.ps1 @@ -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"; diff --git a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/MarvellEthernet/Install.ps1 b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/MarvellEthernet/Install.ps1 index bb2e8bd4..7db067f7 100644 --- a/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/MarvellEthernet/Install.ps1 +++ b/scripts/Windows/Drivers/ROG Zenith Extreme Alpha/MarvellEthernet/Install.ps1 @@ -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";