Files
linux-workspace/install/gemini-cli.sh

9 lines
143 B
Bash
Executable File

#!/bin/bash
# https://github.com/google-gemini/gemini-cli
set -E -o errexit -o nounset -o pipefail
set -x
npm install -g @google/gemini-cli