From aacfba13b3a4e533d3bd7675f49ddd2552dc6af4 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Tue, 21 Jul 2026 13:17:15 +0200 Subject: [PATCH] [ALL] Update codex --- update_mac.sh | 5 +++++ 1 file changed, 5 insertions(+) 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