Diogo Ferreira fe9493bd86
openai-codex-bin -> openai-codex in menus (#3894)
This was done in a migration in 0588cc8e5b76c8ff4cdf1c08e8657983dac9e307 but the menu entry was never updated. So, installs after the migration will get the outdated version.

Added a new migration as well for those that installed after the
previous one.
2025-12-16 07:50:45 -08:00

7 lines
179 B
Bash

echo "Change to openai-codex instead of openai-codex-bin"
if omarchy-pkg-present openai-codex-bin; then
omarchy-pkg-drop openai-codex-bin
omarchy-pkg-add openai-codex
fi