Fix incorrect script path
This commit is contained in:
parent
a2aefa515c
commit
b4be84c827
|
@ -261,7 +261,7 @@ $null = New-Module {
|
|||
& "$softwarePath/zoxide/Manage.ps1" @arguments;
|
||||
& "$commonSoftware/posh-git/Manage.ps1" @arguments;
|
||||
& "$commonSoftware/Terminal-Icons/Manage.ps1" @arguments;
|
||||
& "$commonSoftware/Oh My Posh/Manage.ps1" @arguments;
|
||||
& "$softwarePath/Oh My Posh/Manage.ps1" @arguments;
|
||||
|
||||
if ($install) {
|
||||
Install-ChocoPackage `
|
||||
|
|
Loading…
Reference in a new issue