diff --git a/README.md b/README.md index 5025b3c..44f7edd 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,34 @@ docker run -e TERM -e COLORTERM -w /root -it --rm ubuntu sh -uec ' uninstall_dotfiles + +## 🚀 DevOps Tools Installer Included + +- Docker +- Docker Compose +- Kubernetes (kubectl) +- Ansible +- Terraform +- Jenkins +- AWS CLI +- Azure CLI +- Google Cloud SDK +- Helm +- Prometheus +- Grafana +- GitLab Runner +- HashiCorp Vault +- HashiCorp Consul +- Basic CLI App +- GRC +- Nginx +- Certbot + +## Installer Usage +``` +install_ +``` + # 📌 Dotfiles usage in short (Trailer) 😊 ## ✨ For more details click on below link to understand it's full functionality. diff --git a/linux/install b/linux/install index 5ff476d..a0e1c63 100644 --- a/linux/install +++ b/linux/install @@ -145,7 +145,7 @@ install_grafana() { } # Function to install GitLab Runner -install_gitlab() { +install_gitlab_runner() { echo "Installing GitLab Runner..." curl -L --output /usr/local/bin/gitlab-runner https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64 sudo chmod +x /usr/local/bin/gitlab-runner