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

5 lines
213 B
PowerShell

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