mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-17 16:49:04 +00:00
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:
parent
a719f680a9
commit
346d56bdb0
2 changed files with 0 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
1
scripts/dist/install-codex.sh
vendored
1
scripts/dist/install-codex.sh
vendored
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue