JanDeDobbeleer / aliae

Cross shell and platform alias management
https://aliae.dev
MIT License
73 stars 3 forks source link

script installs incompatible version on WSL #24

Closed cethien closed 10 months ago

cethien commented 10 months ago

Code of Conduct

What happened?

when installing withcurl -s https://aliae.dev/install.sh | bash -s on wsl, bash responds with /home/<user>/bin/aliae: line 1: Not: command not found

tool works when building from source

What OS are you seeing the problem on?

Linux

Which shell are you using?

bash

JanDeDobbeleer commented 10 months ago

@cethien this seems to be an issue with the download (the executable isn't there, it's only an HTML page), I'll make the script more robust.