aboutsummaryrefslogtreecommitdiffstats
path: root/setup_desktop.sh
diff options
context:
space:
mode:
authorben2025-04-14 14:40:26 +0200
committerben2025-04-14 14:40:26 +0200
commit03dedf42ebf43b0e1e59c3cb07d2cec432f282a8 (patch)
tree9f6f32582975240c2121332c75124a0eb0803e1c /setup_desktop.sh
parent76f889255f380cf162e6ab699719f6f7b767c9b1 (diff)
downloadai_env-03dedf42ebf43b0e1e59c3cb07d2cec432f282a8.tar.gz
ai_env-03dedf42ebf43b0e1e59c3cb07d2cec432f282a8.tar.bz2
ai_env-03dedf42ebf43b0e1e59c3cb07d2cec432f282a8.tar.xz
Pin aichat version
Diffstat (limited to 'setup_desktop.sh')
-rwxr-xr-xsetup_desktop.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_desktop.sh b/setup_desktop.sh
index 7ef956e..f3e5762 100755
--- a/setup_desktop.sh
+++ b/setup_desktop.sh
@@ -11,7 +11,7 @@ if [[ ! -x $(command -v aichat) ]]; then
docker cp "${container_id}:/usr/local/cargo/bin/aichat" "./tools/"
docker rm "${container_id}"
else
- cargo install --git https://github.com/sigoden/aichat
+ cargo install aichat@0.29.0
fi
fi