allmark icon indicating copy to clipboard operation
allmark copied to clipboard

Error installing on Ubuntu 16.04.6

Open amsharma9 opened this issue 5 years ago • 1 comments

Hi,

I am trying to install allmark on Ubuntu 16.04.6. It downloaded an html page, not a binary file. I tried to install allmark in /usr/local/bin using the curl procedure. Is something wrong with my command.

curl -s --insecure https://allmark.io/bin/allmark > /usr/local/bin/allmark

Thanks Amal

amsharma9 avatar Jul 10 '20 13:07 amsharma9

Try

curl -s --insecure https://allmark.io/bin/files/allmark_linux_amd64 > /usr/local/bin/allmark

noctifer20 avatar Aug 09 '20 12:08 noctifer20