nevillegrech / gigahorse-toolchain

A binary lifter and analysis framework for Ethereum smart contracts
Other
300 stars 63 forks source link

This installation script can not be ran in WSL2 #160

Open ethever opened 16 hours ago

ethever commented 16 hours ago

This installation script can not be ran in WSL2

curl -s -L https://raw.githubusercontent.com/nevillegrech/gigahorse-toolchain/master/scripts/docker/install/install_amd64 | bash

because the ran results of this command concated the value instead of the refrence of the $PATH environment variable.

ethever commented 16 hours ago

This pr could fix it: #161