Skip to content

Commit

Permalink
Added install changes
Browse files Browse the repository at this point in the history
  • Loading branch information
meibraransari committed Jul 31, 2024
1 parent 5063628 commit 5f62cc4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_<Press Tab to select app to install>
```

# 📌 Dotfiles usage in short (Trailer) 😊

## ✨ For more details click on below link to understand it's full functionality.
Expand Down
2 changes: 1 addition & 1 deletion linux/install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f62cc4

Please sign in to comment.