Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maheshrijal/shell-scripts


https://github.com/maheshrijal/shell-scripts

bash script shell

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

[![Shell Linter](https://github.com/maheshrijal/shell-scripts/actions/workflows/shell-check.yml/badge.svg?branch=main)](https://github.com/maheshrijal/shell-scripts/actions/workflows/shell-check.yml)

## shell-scripts

### Install the latest version of Ansible

```
wget -O - https://maheshrijal.com/ansibleinstall | bash
```

### Install a specific version of Ansible

```
wget -O - https://maheshrijal.com/ansibleinstall | bash -s 2.10.0
```