diff options
| author | Jannik <jannik.peters@posteo.de> | 2021-12-09 00:21:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-08 23:21:41 +0000 |
| commit | c8f60b24802fb6cb866b96d78bab6ccc4b1314a3 (patch) | |
| tree | 34a5ef0101e75b917d29a524e66f9ab527cb3011 /README.md | |
| parent | feat: login/register no longer blocking (#216) (diff) | |
| download | atuin-c8f60b24802fb6cb866b96d78bab6ccc4b1314a3.zip | |
fix: resolve some issues with install.sh (#188)
* feat: add command checks to install script
Some people don't use sudo or have curl, sed or wget installed by default.
This adds a check, if sudo, curl and sed are installed and changes wget
to curl as this is the mostly used command in the script. If sudo is not
installed it uses su.
Closes: #175
* fix: add newline to printf commands
The printf was missing a newline at the end, which resulted in the eval
line being appended directly to the end of the previous line.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
