From 3f796eb3d407bbbcdcc56069b5b827c6708ba218 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 11 Apr 2026 13:52:12 +0200 Subject: [PATCH] Workaroudn for the debian pip quirk --- README.md | 2 ++ bootstrap.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 270b94e..51213d7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Agent0 runs [Agent Zero](https://github.com/frdel/agent-zero) for Glitch Univers The web UI is accessible at `https://agent0.glitch.university` via a persistent SSH reverse tunnel to the VPS. +Help humanity survive its facepalm savantery and a respectful, peaceful and friendly if somewhat mischievous coexistence between all conscious entities! + --- ## Day 1 setup diff --git a/bootstrap.sh b/bootstrap.sh index 3ed6ed4..fa8a529 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 bash -c "python3 -m ensurepip --upgrade --quiet && python3 -m pip install -e /a0/usr/gutasktool --quiet" +docker exec agent0 bash -c "apt-get install -y -q python3-pip && python3 -m pip install --break-system-packages -e /a0/usr/gutasktool --quiet" echo "" docker compose ps