Skip to content

Commit 313f9c9

Browse files
committed
feat(agents-setup): Run the apt commands with sudo (trying to get Jules working)
1 parent 925f2d1 commit 313f9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.agents/codex-setup

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
AGENTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
44
cd $AGENTS_DIR
55

6-
apt-get update
7-
apt-get install -y --no-install-recommends just
6+
sudo apt-get update
7+
sudo apt-get install -y --no-install-recommends just
88

99
pushd ..
1010
just build-extension

0 commit comments

Comments
 (0)