More installation scripts
This commit is contained in:
8
install/gemini-cli.sh
Executable file
8
install/gemini-cli.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user