mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-12-26 11:21:46 +00:00
Revert "bugfix: fix filepath when calling from local dir"
This reverts commit 1e19a5e1cf
.
This commit is contained in:
parent
df70d04ddc
commit
c5c7703e00
@ -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'"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user