Fix incorrect script path

This commit is contained in:
Manuel Thalmann 2024-08-10 20:37:10 +02:00
parent f057115cb2
commit 9db3528c08

View file

@ -258,7 +258,7 @@ $null = New-Module {
& "$softwarePath/zoxide/Manage.ps1" @arguments; & "$softwarePath/zoxide/Manage.ps1" @arguments;
& "$commonSoftware/posh-git/Manage.ps1" @arguments; & "$commonSoftware/posh-git/Manage.ps1" @arguments;
& "$commonSoftware/Terminal-Icons/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) { if ($install) {
Install-ChocoPackage ` Install-ChocoPackage `