diff --git a/migrations/1760724931.sh b/migrations/1760724931.sh new file mode 100644 index 00000000..f418914d --- /dev/null +++ b/migrations/1760724931.sh @@ -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