Skip to content

xbill9/gemini-cli-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini CLI AWS & Google Cloud Development

This repository contains automation scripts and configuration for cross-platform development across Amazon AWS and Google Cloud, with a focus on various Linux distributions.

Overview

The repository provides a set of utility scripts to streamline the setup and maintenance of development environments on Amazon Linux 2023 and Debian-based systems.

Automation Scripts

Linux Update (linux-update)

Detects the OS distribution and runs the appropriate update script (aws-update or debian-update) followed by the Gemini CLI update.

./linux-update

AWS / Amazon Linux Update (aws-update)

Updates the system packages using dnf and installs essential libraries like libatomic.

./aws-update

Debian/Ubuntu Update (debian-update)

Updates the system package list, upgrades existing packages, and ensures Git is installed.

./debian-update

Gemini CLI Update (gemini-update)

Installs or updates the @google/gemini-cli globally using npm and verifies the installed versions of Node.js and Gemini.

./gemini-update

NVM & Node.js Update (nvm-update)

Installs NVM (Node Version Manager) and sets up Node.js version 25.

./nvm-update

Environment Requirements

  • Operating Systems: Amazon Linux 2023, Debian, Ubuntu.
  • Tools: Node.js, npm, Git.

Project Metadata

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors