bugfix: fix filepath when calling from local dir

This commit is contained in:
Baipyrus 2024-11-24 21:28:57 +01:00
parent e2edd0122e
commit 1e19a5e1cf

View File

@ -12,5 +12,5 @@ function ChocolateyInstall
# Start admin process, import this script, run 'InstallPackages' function # Start admin process, import this script, run 'InstallPackages' function
Start-Process powershell.exe -Verb RunAs ` Start-Process powershell.exe -Verb RunAs `
-ArgumentList "-C", "'Import-Module ./util/chocolatey.psm1; InstallPackages'" -ArgumentList "-C", "'Import-Module ./chocolatey.psm1; InstallPackages'"
} }