Im trying to create a script, that when run, will download lates encode server binaries (ubuntu 20.04), but only CLI. (script will be run on server start)
Server that im using does not have any GUI, so I cant use AppImage version of encode server, nor default linux packages, as those all have X dependency

So i have 2 questions:
1. how to directly download a package skipping that donation page? I try to use wget, but i always save only that donation page instead of package
2. where to get package with only encode server cli?
Thanks