5 lines
200 B
PowerShell
5 lines
200 B
PowerShell
|
#!/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"
|