Install Ext4Fsd
for dual boot computer
This commit is contained in:
parent
7035642c4f
commit
6128c78eba
2 changed files with 7 additions and 1 deletions
|
@ -6,10 +6,12 @@ function Install-PortValhallaDrivers {
|
|||
[Context] $context
|
||||
)
|
||||
|
||||
$driverPath = "$PSScriptRoot/../../../scripts/Windows/Drivers";
|
||||
$winPath = "$PSScriptRoot/../../../scripts/Windows";
|
||||
$driverPath = "$winPath/Drivers";
|
||||
$mbDriverPath = "$driverPath/ROG Zenith Extreme Alpha";
|
||||
$context.RegisterReboot();
|
||||
|
||||
. "$winPath/Software/"
|
||||
. "$mbDriverPath/MarvellEthernet/Install.ps1" $context;
|
||||
. "$mbDriverPath/IntelWiFi/Install.ps1" $context;
|
||||
. "$mbDriverPath/AMDChipsetX399/Install.ps1" $context;
|
||||
|
|
4
scripts/Windows/Software/Ext4Fsd/Install.ps1
Normal file
4
scripts/Windows/Software/Ext4Fsd/Install.ps1
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/pwsh
|
||||
param($context)
|
||||
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
|
||||
Install-SoftwarePackage $context "https://github.com/bobranten/Ext4Fsd/releases/download/v0.71/Ext2Fsd-0.71-setup.exe"
|
Loading…
Reference in a new issue