CariPay / CariPay/ssh-manage-access
Add an install script
- Dominant language
- Shell
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Setup a simple install script (`install.sh`) that would download the required scripts to the user's local machine.
This could be inspired from the way that tools like pyenv [handle installs](https://realpython.com/intro-to-pyenv/#using-the-pyenv-installer) with their own install scripts. Ideally the user should be able to run something like the following to fetch the required scripts:
```
curl | bash
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the repository's existing shell scripts and the pyenv installer example linked in the issue. Add install.sh so a user can run the shown curl-to-bash command to download the required scripts locally, then verify the fetched scripts are available for use.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, shell
- Domain
- devops, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100