openai-codex-bin -> openai-codex due to being outdated

This commit is contained in:
Ryan Hughes
2025-10-17 15:44:13 -04:00
parent 0b1875e2b9
commit 0588cc8e5b

6
migrations/1760724931.sh Normal file
View File

@@ -0,0 +1,6 @@
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