Rename the file containing software functions

This commit is contained in:
Manuel Thalmann 2024-08-01 17:38:59 +02:00
commit 603fbdfe46
6 changed files with 5 additions and 5 deletions
scripts/Windows/Software/Ext4Fsd

View file

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