From a8b9bfb672570037fabbe592f0a9a4934d2f20c8 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 22 Sep 2024 21:52:57 +0200 Subject: [PATCH] Install Ext4Fsd dependencies --- scripts/Windows/Software/Ext4Fsd/Main.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Windows/Software/Ext4Fsd/Main.ps1 b/scripts/Windows/Software/Ext4Fsd/Main.ps1 index a21db88c..8cba965a 100644 --- a/scripts/Windows/Software/Ext4Fsd/Main.ps1 +++ b/scripts/Windows/Software/Ext4Fsd/Main.ps1 @@ -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"; };