PortValhalla/scripts/Windows/Software/Ext4Fsd/Install.ps1

5 lines
213 B
PowerShell
Raw Normal View History

#!/bin/pwsh
param($context)
2024-08-07 19:05:32 +00:00
. "$PSScriptRoot/../../../Common/Scripts/SoftwareManagement.ps1";
Install-SoftwarePackage $context "https://github.com/bobranten/Ext4Fsd/releases/download/v0.71/Ext2Fsd-0.71-setup.exe"