Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dnkmmr69420/shpkg
- Owner: dnkmmr69420
- Created: 2023-03-07T17:18:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-08T16:06:34.000Z (over 1 year ago)
- Last Synced: 2024-04-18T17:06:18.282Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```