Skip to content

Instantly share code, notes, and snippets.

@zonca
Last active January 8, 2026 00:04
Show Gist options
  • Select an option

  • Save zonca/d840426702ff406b9547fb17d0465ffd to your computer and use it in GitHub Desktop.

Select an option

Save zonca/d840426702ff406b9547fb17d0465ffd to your computer and use it in GitHub Desktop.
Update Ubuntu/Debian Gemini-cli and Codex-cli
alias up="sudo apt update && sudo apt upgrade -y && rm -rf \$(npm config get prefix)/lib/node_modules/@google/.gemini-cli-* \$(npm config get prefix)/lib/node_modules/.codex-cli-* && npm install -g --force @google/gemini-cli codex-cli"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment