Skip to content

Commit

Permalink
--quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 4, 2024
1 parent 6c34d85 commit b6bd78b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build_raspOVOS_ca.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cp -v /mounted-github-repo/services/splashscreen_ca.png /opt/ovos/splashscreen.p

# install matxa
echo "Installing Matxa TTS..."
uv pip install ovos-tts-plugin-matxa-multispeaker-cat -c $CONSTRAINTS
uv pip install --quiet ovos-tts-plugin-matxa-multispeaker-cat -c $CONSTRAINTS
apt-get install -y jq automake libtool
git clone https://github.com/espeak-ng/espeak-ng.git /tmp/espeak-ng
cd /tmp/espeak-ng
Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_en.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
source /home/$USER/.venvs/ovos/bin/activate

echo "Installing Piper TTS..."
uv pip install ovos-tts-plugin-piper -c $CONSTRAINTS
uv pip install --quiet ovos-tts-plugin-piper -c $CONSTRAINTS

# Download and extract VOSK model
VOSK_DIR="/home/$USER/.local/share/vosk"
Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_es.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
source /home/$USER/.venvs/ovos/bin/activate

echo "Installing Piper TTS..."
uv pip install ovos-tts-plugin-piper -c $CONSTRAINTS
uv pip install --quiet ovos-tts-plugin-piper -c $CONSTRAINTS

echo "Downloading spanish vosk model..."
# Download and extract VOSK model
Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_gl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ unzip -o $VOSK_DIR/vosk-model-small-pt-0.3.zip -d $VOSK_DIR
rm $VOSK_DIR/vosk-model-small-pt-0.3.zip

# TODO local cotovia / nos
uv pip install ovos-tts-plugin-cotovia ovos-tts-plugin-cotovia-remote -c $CONSTRAINTS
uv pip install --quiet ovos-tts-plugin-cotovia ovos-tts-plugin-cotovia-remote -c $CONSTRAINTS

echo "Creating system level mycroft.conf..."
mkdir -p /etc/mycroft
Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "Installing QT5 dependencies..."
apt-get install -y jq cmake extra-cmake-modules kio kio-extras plasma-framework libqt5websockets5-dev libqt5webview5-dev qtdeclarative5-dev libqt5multimediaquick5 libqt5multimedia5-plugins libqt5webengine5 libkf5dbusaddons-dev libkf5iconthemes-dev kirigami2-dev qtmultimedia5-dev libkf5plasma-dev libkf5kio-dev qml-module-qtwebengine libqt5virtualkeyboard5 qml-module-qtmultimedia libinput-dev evemu-tools breeze-icon-theme libqt5svg5-dev qt5-qmake qtbase5-dev qtbase5-private-dev libxcb-xfixes0-dev

echo "Installing GUI plugins and skills..."
uv pip install ovos-core[skills-gui] ovos-gui[extras] -c $CONSTRAINTS
uv pip install --quiet ovos-core[skills-gui] ovos-gui[extras] -c $CONSTRAINTS

echo "Creating system level mycroft.conf..."
mkdir -p /etc/mycroft
Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_mk2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cp -v /mounted-github-repo/patches/boot_config.txt /boot/firmware/config.txt
source /home/$USER/.venvs/ovos/bin/activate

echo "Installing mk2 plugins and skills..."
uv pip install ovos-PHAL[mk2] -c $CONSTRAINTS
uv pip install --quiet ovos-PHAL[mk2] -c $CONSTRAINTS

# TODO - install mk2 drivers

Expand Down
2 changes: 1 addition & 1 deletion build_raspOVOS_pt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
source /home/$USER/.venvs/ovos/bin/activate

echo "Installing Piper TTS..."
uv pip install ovos-tts-plugin-piper -c $CONSTRAINTS
uv pip install --quiet ovos-tts-plugin-piper -c $CONSTRAINTS

echo "Downloading portuguese vosk model..."
# Download and extract VOSK model
Expand Down

0 comments on commit b6bd78b

Please sign in to comment.