Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maheshrijal/shell-scripts
https://github.com/maheshrijal/shell-scripts
bash script shell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maheshrijal/shell-scripts
- Owner: maheshrijal
- Created: 2022-02-24T17:39:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T02:27:37.000Z (9 months ago)
- Last Synced: 2024-12-23T19:48:59.853Z (about 1 month 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
[![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
```