Fix incorrect path

This commit is contained in:
Manuel Thalmann 2024-08-08 05:01:45 +02:00
parent f121ba9c84
commit 2f7ad344db

View file

@ -3,8 +3,8 @@ param(
[hashtable] $Arguments [hashtable] $Arguments
) )
. "$PSScriptRoot/../PowerShell/Profile.ps1";
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1"; . "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
. "$PSScriptRoot/../../../Common/Software/PowerShell/Profile.ps1";
Start-SoftwareInstaller @PSBoundParameters ` Start-SoftwareInstaller @PSBoundParameters `
-Installer { -Installer {