elisescu / tty-share

Share your linux or osx terminal over the Internet.
https://tty-share.com/
MIT License
816 stars 87 forks source link

go-bindata #9

Closed aweussom closed 4 years ago

aweussom commented 4 years ago

On Ubuntu 18.04 go-bindata is not installed. sudo apt-get install go-bindata

fixes it, but I think it would be better/easier if the build-script pulled it with the other dependencies?

elisescu commented 4 years ago

I haven't looked very closely, but at first sight it looks like go-bindata is a binary, and the go modules doesn't install that properly. It should be pulled by the Makefile when needed though. If you know of a better way, I would be happy to do it, so please re-open if so :)