https://github.com/maheshrijal/shell-scripts
https://github.com/maheshrijal/shell-scripts
bash script shell
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maheshrijal/shell-scripts
- Owner: maheshrijal
- Created: 2022-02-24T17:39:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:27:37.000Z (over 1 year ago)
- Last Synced: 2025-02-23T23:47:07.061Z (11 months ago)
- Topics: bash, script, shell
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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
```