Skip to content

Commit 9b85c80

Browse files
committed
fix: add force for installation
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent 4c8ded0 commit 9b85c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ while command -v beeai >/dev/null && rm $(command -v beeai); do true; done
4646
# It also avoids accidentally installing prereleases of dependencies by only allowing explicitly set ones
4747
echo "Installing Agent Stack CLI..."
4848
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
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" --force || error
5050

5151
# Finish set up using CLI (install QEMU on Linux, start platform, set up API keys, run UI, ...)
5252
agentstack self install

0 commit comments

Comments
 (0)