diff --git a/setup_x11_jarvis.sh b/setup_x11_jarvis.sh index a63483e..bc67bb1 100755 --- a/setup_x11_jarvis.sh +++ b/setup_x11_jarvis.sh @@ -184,7 +184,7 @@ python3 -m venv "$JARVIS_DIR/venv" #################################### # Modell herunterladen -wget [https://alphacephei.com/vosk/models/vosk-model-small-de-0.15.zip](https://alphacephei.com/vosk/models/vosk-model-small-de-0.15.zip) +wget https://alphacephei.com/vosk/models/vosk-model-small-de-0.15.zip # Entpacken unzip vosk-model-small-de-0.15.zip # Ordner umbenennen, damit das Skript ihn leicht findet @@ -192,15 +192,15 @@ mv vosk-model-small-de-0.15 model rm vosk-model-small-de-0.15.zip # Piper installieren -wget [https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz](https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz) +wget https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz tar -xf piper_amd64.tar.gz rm piper_amd64.tar.gz # Das eigentliche Sprachmodell (.onnx) -wget [https://huggingface.co/rhasspy/piper-voices/resolve/main/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx](https://huggingface.co/rhasspy/piper-voices/resolve/main/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx) +wget https://huggingface.co/rhasspy/piper-voices/resolve/main/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx # Die dazugehörige Konfigurationsdatei (.json) -wget [https://huggingface.co/rhasspy/piper-voices/resolve/main/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx.json](https://huggingface.co/rhasspy/piper-voices/resolve/main/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx.json) +wget https://huggingface.co/rhasspy/piper-voices/resolve/main/de/de_DE/thorsten/high/de_DE-thorsten-high.onnx.json echo "====================================================" echo "✅ X11 Openbox-Umgebung erfolgreich eingerichtet!"