Trying to install odin dev-2024-09, got "No such file or directory" errors.
$ asdf install odin latest
* Downloading odin release dev-2024-09...
cp: cannot stat '/home/user/.asdf/downloads/odin/dev-2024-09/dist/*': No such file or directory
chmod: cannot access '/home/user/.asdf/installs/odin/dev-2024-09/bin/odin': No such file or directory
asdf-odin: Expected /home/user/.asdf/installs/odin/dev-2024-09/bin/odin to be executable.
asdf-odin: An error occurred while installing odin dev-2024-09.
It seems, the structure differs from expected.
No bin dir, odin executable is in project's root dir, not in bin.
Trying to install odin dev-2024-09, got "No such file or directory" errors.
It seems, the structure differs from expected. No bin dir, odin executable is in project's root dir, not in bin.