From f1555c61e52608b15e5b50ef6e9ae1c8c46536c4 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 11 Apr 2026 13:43:25 +0200 Subject: [PATCH] Adding small fix to boostrap --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index ecf8a87..5b26e18 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -238,7 +238,7 @@ info "Starting containers..." docker compose up -d info "Installing gutasktool inside agent0 container..." -docker exec agent0 python -m pip install -e /a0/usr/gutasktool --quiet +docker exec agent0 bash -c "python -m pip install -e /a0/usr/gutasktool --quiet" echo "" docker compose ps