Install Ext4Fsd dependencies

This commit is contained in:
Manuel Thalmann 2024-09-22 21:52:57 +02:00
parent 14aceeb0f7
commit a8b9bfb672

View file

@ -8,5 +8,6 @@ param (
Start-SoftwareInstaller @PSBoundParameters `
-Installer {
Install-ChocoPackage vcredist140;
Install-SetupPackage "https://github.com/bobranten/Ext4Fsd/releases/download/v0.71/Ext2Fsd-0.71-setup.exe";
};