diff --git a/update_mac.sh b/update_mac.sh index 138c6fa..147678f 100755 --- a/update_mac.sh +++ b/update_mac.sh @@ -59,6 +59,11 @@ function update_others { echo "-- CLAUDE" claude --update fi + + if [ -x "$(command -v codex)" ]; then + echo "-- CODEX" + codex update + fi } if [[ $* == *--help* ]]; then