Fedora 24 failure
dmitry-saritasa opened this issue · 4 comments
dmitry-saritasa commented
installed with
sudo curl -SL https://github.com/grammarly/rocker/releases/download/1.1.0/rocker-1.1.0-darwin_amd64.tar.gz | sudo tar -xzC /usr/local/bin && sudo chmod +x /usr/local/bin/rocker
[dmitry:~]$ rocker
-bash: /usr/local/bin/rocker: cannot execute binary file: Exec format error
any ideas?
missedone commented
rocker-1.1.0-darwin_amd64.tar.gz
'darwin' is for OS X, you need get the correct tar ball for Fedora Linux.
missedone commented
here are the download links:
https://github.com/grammarly/rocker/releases
ybogdanov commented
@dmitry-saritasa is the issue resolved?
dmitry-saritasa commented
yes - resolved, thank you!