This repository contains automation scripts and configuration for cross-platform development across Microsoft Azure and Google Cloud, with a focus on various Linux distributions.
The repository provides a set of utility scripts to streamline the setup and maintenance of development environments on Azure Linux and Debian-based systems.
Detects the OS distribution and runs the appropriate update script (azure-update or debian-update) followed by the Gemini CLI update.
./linux-updateUpdates the system packages and installs essential libraries like libatomic.
./azure-updateUpdates the system package list, upgrades existing packages, and ensures Git is installed.
./debian-updateInstalls or updates the @google/gemini-cli globally using npm and verifies the installed versions of Node.js and Gemini.
./gemini-updateInstalls NVM (Node Version Manager) and sets up Node.js version 25.
./nvm-update- Operating Systems: Azure Linux, Debian, Ubuntu.
- Tools: Node.js, npm, Git, Azure CLI.
- Repository: github.com/xbill9/gemini-cli-azure
- Developer Context: Cross-platform developer working with Microsoft Azure and Google Cloud.