DevOps-Tool-Installer

(β˜… 63)

Automate installation/uninstallation of essential DevOps tools on Linux and Windows with a single script. Perfect for DevOps engineers and enthusiasts looking to streamline their setup process.

  • .gitattributes
  • devops.ps1
  • devops.sh
  • LICENSE
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/NotHarshhaa/DevOps-Tool-Installer

Downloads the entire project code from GitHub to your computer.

cd DevOps-Tool-Installer

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
curl -s https://raw.githubusercontent.com/NotHarshhaa/DevOps-Tool-Installer/main/devops.sh | bash

Downloads and runs the official install script in one line β€” this handles the full setup automatically.

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation