mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-05 15:19:53 +08:00
Quiet Installation
This commit is contained in:
parent
f192a5da9a
commit
313327906a
@ -43,7 +43,7 @@ source "$HOME/anaconda3/etc/profile.d/conda.sh"
|
|||||||
|
|
||||||
"$HOME/anaconda3/bin/conda" config --add channels conda-forge
|
"$HOME/anaconda3/bin/conda" config --add channels conda-forge
|
||||||
|
|
||||||
"$HOME/anaconda3/bin/conda" update --all -y
|
"$HOME/anaconda3/bin/conda" update -q --all -y
|
||||||
|
|
||||||
rm $LOG_PATH
|
rm $LOG_PATH
|
||||||
|
|
||||||
|
@ -126,13 +126,13 @@ fi
|
|||||||
# 安装构建工具
|
# 安装构建工具
|
||||||
# Install build tools
|
# Install build tools
|
||||||
echo "Installing GCC..."
|
echo "Installing GCC..."
|
||||||
conda install -c conda-forge gcc=14 -y --quiet
|
conda install -c conda-forge gcc=14 -q -y
|
||||||
|
|
||||||
echo "Installing G++..."
|
echo "Installing G++..."
|
||||||
conda install -c conda-forge gxx -y --quiet
|
conda install -c conda-forge gxx -q -y
|
||||||
|
|
||||||
echo "Installing ffmpeg and cmake..."
|
echo "Installing ffmpeg and cmake..."
|
||||||
conda install ffmpeg cmake make -y --quiet
|
conda install ffmpeg cmake make -q -y
|
||||||
|
|
||||||
echo "Installing unzip..."
|
echo "Installing unzip..."
|
||||||
conda install unzip -y --quiet
|
conda install unzip -y --quiet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user