mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
7 lines
179 B
Bash
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
|