mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-12-26 03:11:45 +00:00
bugfix: fix filepath when calling from local dir
This commit is contained in:
parent
e2edd0122e
commit
1e19a5e1cf
@ -12,5 +12,5 @@ function ChocolateyInstall
|
||||
|
||||
# Start admin process, import this script, run 'InstallPackages' function
|
||||
Start-Process powershell.exe -Verb RunAs `
|
||||
-ArgumentList "-C", "'Import-Module ./util/chocolatey.psm1; InstallPackages'"
|
||||
-ArgumentList "-C", "'Import-Module ./chocolatey.psm1; InstallPackages'"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user