mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-11 19:27:25 -08:00
parent
d7d9a35f2f
commit
12fbb92d06
|
@ -75,7 +75,7 @@ Invoke-WebRequest -OutFile $tmp $url
|
|||
Write-Host 'Running installer...'
|
||||
|
||||
if ($AllUsers) {
|
||||
& "$tmp" /quiet INSTALLER=script ALLUSERS=1
|
||||
& "$tmp" INSTALLER=script ALLUSERS=1
|
||||
} else {
|
||||
& "$tmp" /quiet INSTALLER=script
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue