**Prerequisites** - You need to have `wget` and `curl` installed on your system. - You need to using tagged versioning repo (not asset release). `wget $(curl -s https://api.github.com/repos/iterativv/NostalgiaForInfinity/releases/latest | grep "zipball_url" | cut -d : -f 2,3 | tr -d \" | tr -d ,) -O downloaded.zip` If you do not use the `-O` flag, the file will be downloaded with the name of the tag.