refillic / asdf-solidity

Solidity plugin for the asdf version manager
MIT License
2 stars 7 forks source link

Error install different version of solidity #3

Open leofisG opened 4 years ago

leofisG commented 4 years ago

When I run this plugin it's telling me the following error:

$ asdf install solidity 0.5.17
/home/xxxxxxxx/.asdf/plugins/solidity/bin/install: line 38: syntax error near unexpected token `&&'
/home/xxxxxxxx/.asdf/plugins/solidity/bin/install: line 38: `    && sh ./scripts/install_deps.sh \'

I am running asdf on WSL if that matters.

j16r commented 3 years ago

Also seeing this error on OS X. sh is GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin20) Copyright (C) 2007 Free Software Foundation, Inc.

diegodorado commented 3 years ago

Are you accepting PRs? because I also had troubles with the plugin and made another one: https://github.com/diegodorado/asdf-solidity ... but I would gladly merge it with yours. I am basically installing binaries from https://github.com/ethereum/solc-bin/