From 9cbb7b2acf3517f478c31ef213e812b12433f42e Mon Sep 17 00:00:00 2001 From: camenduru Date: Sat, 24 Jun 2023 10:45:12 +0000 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 777ba35..cd95852 100755 --- a/update.sh +++ b/update.sh @@ -3,5 +3,5 @@ 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 +if python -m pip show whispercpp &>/dev/null; then python -m pip install -U git+https://git.ecker.tech/camenduru/whispercpp.py; fi deactivate \ No newline at end of file