mirror of
https://git.ecker.tech/mrq/ai-voice-cloning
synced 2025-06-07 11:15:40 -04:00
7 lines
No EOL
220 B
Bash
Executable file
7 lines
No EOL
220 B
Bash
Executable file
#!/bin/bash
|
|
git pull
|
|
git submodule update --remote
|
|
|
|
source ./venv/bin/activate
|
|
if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/lightmare/whispercpp.py; fi
|
|
deactivate |