gyazo / Gyazo-for-Linux

Gyazo for Linux
http://gyazo.com
351 stars 104 forks source link

LinuxMint 19.1 Tessa Install Issue #124

Closed eawilhelm closed 5 years ago

eawilhelm commented 5 years ago

Hey guys,

So trying to install gyazo on said Distro in subject, but unfortunately it doesn't seem to play fair. I'm pretty noobish when it comes to linux and changing things around, but when running the commands in the readme I'm met with the following, ``` Running apt-get update... done. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/gyazo_gyazo-for-linux.list...curl: (22) The requested URL returned error: 404 Not Found

Unable to download repo config from: https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/config_file.list?os=LinuxMint&dist=tessa&source=script

This usually happens if your operating system is not supported by packagecloud.io, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script. You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email support@packagecloud.io and report this.


`
and well, that's not what I was expecting. Any suggestions? 
eawilhelm commented 5 years ago

Nevermind I saw an earlier post that seems to have worked. Having to do with using curl -s https://gist.githubusercontent.com/pastak/2b2ecfa3edf369f3f3bd/raw/1d1961c24f62cf11782fa9f2851e305922dc871e/gistfile.sh | sudo bash rather than the readme link.