Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!