From 0588cc8e5b76c8ff4cdf1c08e8657983dac9e307 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Fri, 17 Oct 2025 15:44:13 -0400 Subject: [PATCH] openai-codex-bin -> openai-codex due to being outdated --- migrations/1760724931.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1760724931.sh 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