2024-08-07 19:05:32 +00:00
|
|
|
. "$PSScriptRoot/../../../../Common/Scripts/Software.ps1";
|
2024-08-07 14:17:49 +00:00
|
|
|
|
2024-09-30 03:00:20 +00:00
|
|
|
Start-SoftwareInstaller @args `
|
2024-08-07 14:17:49 +00:00
|
|
|
-Installer {
|
|
|
|
Install-AsusPackage "https://dlcdnets.asus.com/pub/ASUS/mb/02BT/DRV_Bluetooth_Intel_9260_TP_W11_64_V2210002_20211222R.zip?model=ROG%20ZENITH%20EXTREME%20ALPHA";
|
|
|
|
};
|