We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925f2d1 commit 313f9c9Copy full SHA for 313f9c9
.agents/codex-setup
@@ -3,8 +3,8 @@
3
AGENTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
4
cd $AGENTS_DIR
5
6
-apt-get update
7
-apt-get install -y --no-install-recommends just
+sudo apt-get update
+sudo apt-get install -y --no-install-recommends just
8
9
pushd ..
10
just build-extension
0 commit comments