refillic / asdf-solidity

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

Linux fix #1

Open MaciekTalaska opened 6 years ago

MaciekTalaska commented 6 years ago

This is a small collection of fixes for Linux.

1) comments in multiline commands doesn't seem to be supported under Linux. Please make sure it works well on OSX. 2) instead of creating /bin this directory is now created inside the $ASDF_INSTALLPATH 3) filename was fixed dash (-) is used instead of underscore (``) as name part separator 4) chmod +x is used to make solc executable for the user who installed solidity