Revert "bugfix: fix filepath when calling from local dir"

This reverts commit 1e19a5e1cf.
This commit is contained in:
Baipyrus 2024-11-24 22:12:09 +01:00
parent df70d04ddc
commit c5c7703e00

View File

@ -13,5 +13,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 -Wait ` Start-Process powershell.exe -Verb RunAs -Wait `
-ArgumentList "-ExecutionPolicy", "Bypass", ` -ArgumentList "-ExecutionPolicy", "Bypass", `
"-C", "'Import-Module ./chocolatey.psm1; InstallPackages'" "-C", "'Import-Module ./util/chocolatey.psm1; InstallPackages'"
} }