Develop: Update Makefile and scripts/dist/install-codex.sh

The current version of Codex does not have a "general_analytics" flag.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2026-05-08 09:05:46 +02:00
parent a719f680a9
commit 346d56bdb0
2 changed files with 0 additions and 2 deletions

View file

@ -312,7 +312,6 @@ dep-codex:
else \
npm install -g --location=global --ignore-scripts --no-fund --no-audit --no-update-notifier "@openai/codex@latest"; \
fi
@codex features disable general_analytics || true
skills: agents-skills claude-skills
agents-skills: codex-skills
codex-skills:

View file

@ -42,7 +42,6 @@ $SUDO npm "${NPM_GLOBAL_OPTS[@]}" "@openai/codex@latest"
if command -v codex >/dev/null 2>&1; then
echo "Codex installed at: $(command -v codex)"
codex --version || true
codex features disable general_analytics || true
fi
echo "Done."