Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dnkmmr69420/shpkg

Shell script package manager that uses repos that contain shell scripts to install programs
https://github.com/dnkmmr69420/shpkg

Last synced: 6 days ago
JSON representation

Shell script package manager that uses repos that contain shell scripts to install programs

Awesome Lists containing this project

README

        

This is a program that lets you access a repo for shell scripts that install programs

[Hub Link](https://github.com/dnkmmr69420/shpkg-hub)

to add the repo type

```bash
shpkg-add-repo shpkg-hub https://github.com/dnkmmr69420/shpkg-hub.git
```

# Scripts

## User wide scripts

### user wide install script

```bash
bash <(curl -s https://raw.githubusercontent.com/dnkmmr69420/shpkg/main/user-wide-install.sh)
```
### user wide uninstall script

```bash
bash <(curl -s https://raw.githubusercontent.com/dnkmmr69420/shpkg/main/user-wide-uninstall.sh)
```