mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-04-29 21:00:42 +08:00
feat:remove “-q“ option of conda installation
This commit is contained in:
parent
53b17bd2d2
commit
99a2e356f2
@ -52,7 +52,7 @@ function Invoke-Conda {
|
||||
[string[]]$Args
|
||||
)
|
||||
|
||||
$output = & conda install -y -q -c conda-forge @Args 2>&1
|
||||
$output = & conda install -y -c conda-forge @Args 2>&1
|
||||
$exitCode = $LASTEXITCODE
|
||||
|
||||
if ($exitCode -ne 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user