Skip to content

Debian package : wrong link from release

I just installed gcli, downloaded from the releases pages.

The download link for debian package is https://git.duniter.org/clients/rust/gcli-v2s/-/jobs/artifacts/0.2.14/raw/target/debian/gcli_0.2.14-1_amd64.deb?job=build_linux

As a consequences, when I run wget https://git.duniter.org/clients/rust/gcli-v2s/-/jobs/artifacts/0.2.14/raw/target/debian/gcli_0.2.14-1_amd64.deb?job=build_linux, the content goes to a file named gcli_0.2.14-1_amd64.deb?job=build_linux, that dpkg does not recognize.

I had to mv gcli_0.2.14-1_amd64.deb\?job\=build_linux gcli_0.2.14-1_amd64.deb to get it working.