added codex install
This commit is contained in:
@@ -187,6 +187,10 @@ if [ ! -e "${HOME}/.local/bin/kiro-cli" ]; then
|
||||
curl -fsSL https://cli.kiro.dev/install | bash
|
||||
fi
|
||||
|
||||
if [ ! -e "${HOME}/.local/bin/codex" ]; then
|
||||
curl -fsSL https://chatgpt.com/codex/install.sh | sh
|
||||
fi
|
||||
|
||||
popd 1>/dev/null 2>&1 || error_exit "failed to popd: ${SCRIPT_DIR}"
|
||||
|
||||
export NVIM_ARCH
|
||||
|
||||
Reference in New Issue
Block a user