Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dakshsinghrathore/package-installer-in-bash
Automate installing packages using bash script
https://github.com/dakshsinghrathore/package-installer-in-bash
automation bash-script cli shell
Last synced: 18 days ago
JSON representation
Automate installing packages using bash script
- Host: GitHub
- URL: https://github.com/dakshsinghrathore/package-installer-in-bash
- Owner: dakshsinghrathore
- License: mit
- Created: 2024-05-06T16:59:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T18:20:33.000Z (6 months ago)
- Last Synced: 2024-05-07T19:35:58.061Z (6 months ago)
- Topics: automation, bash-script, cli, shell
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Demo 📷
[Screencast from 06-05-24 11:43:26 PM IST.webm](https://github.com/dakshsinghrathore/quote-gen-bash/assets/115932772/879475ee-c9f1-4fda-9fb4-92ab6285b7c5)
### Running Locally 🏠
```bash
sudo -s
``````bash
cd package-installer-in-bash
``````bash
chmod +x pkginstaller.sh
``````bash
./pkginstaller.sh
```🏃♂️💻 Happy coding!