There was an error while loading. Please reload this page.
1 parent 4c8ded0 commit 9b85c80Copy full SHA for 9b85c80
1 file changed
install.sh
@@ -46,7 +46,7 @@ while command -v beeai >/dev/null && rm $(command -v beeai); do true; done
46
# It also avoids accidentally installing prereleases of dependencies by only allowing explicitly set ones
47
echo "Installing Agent Stack CLI..."
48
case "${AGENTSTACK_VERSION:-latest}" in "latest") AGENTSTACK_VERSION=$LATEST_STABLE_AGENTSTACK_VERSION ;; "pre") AGENTSTACK_VERSION=$LATEST_AGENTSTACK_VERSION ;; esac
49
-uv tool install --quiet --python-preference=only-managed --python=3.13 --refresh --prerelease if-necessary-or-explicit --with "agentstack-sdk==$AGENTSTACK_VERSION" "agentstack-cli==$AGENTSTACK_VERSION" || error
+uv tool install --quiet --python-preference=only-managed --python=3.13 --refresh --prerelease if-necessary-or-explicit --with "agentstack-sdk==$AGENTSTACK_VERSION" "agentstack-cli==$AGENTSTACK_VERSION" --force || error
50
51
# Finish set up using CLI (install QEMU on Linux, start platform, set up API keys, run UI, ...)
52
agentstack self install
0 commit comments