Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4thel00z/installd
Make fancy .run /.sh domains to oneline install your stuff based on user agents ! :-)
https://github.com/4thel00z/installd
automation cicd curl devops hacking install installation server user-agent useragent
Last synced: 26 days ago
JSON representation
Make fancy .run /.sh domains to oneline install your stuff based on user agents ! :-)
- Host: GitHub
- URL: https://github.com/4thel00z/installd
- Owner: 4thel00z
- License: gpl-3.0
- Created: 2022-03-28T21:34:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T21:49:13.000Z (over 2 years ago)
- Last Synced: 2024-11-24T16:52:01.859Z (about 1 month ago)
- Topics: automation, cicd, curl, devops, hacking, install, installation, server, user-agent, useragent
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# installd
## Motivation
People are lazy as hell. And I am too.
I want to be able to install software using one single command.
Ideally I can use `.run` tlds for that.Like:
```shell
curl https://installd.run | bash
```And it should give me a bash script based on my os.
This is what `installd` is about.
It parses your curl/wget/what have you User Agent and returns smart stuff based on that.Thank me later
## Installation
```shell
go install github.com/4thel00z/installd/...@latest
```
## License
This project is licensed under the GPL-3 license.