Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.16.3/uniget_linux_$(uname -m).tar.gz \
| sudo tar -xzC /usr/local/bin uniget
Signature verification
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.16.3/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.16.3/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.16.3/uniget_linux_$(uname -m).tar.gz.sig
cosign verify-blob uniget_linux_$(uname -m).tar.gz \
--certificate uniget_linux_$(uname -m).tar.gz.pem \
--signature uniget_linux_$(uname -m).tar.gz.sig \
--certificate-identity 'https://github.com/uniget-org/cli/.github/workflows/release.yml@refs/tags/v0.16.3' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.16.2)
Features (since v0.16.2)
- [Feature]: SystemD in user context (#175)
Dependency updates (since v0.16.2)
- chore(deps): update docker/dockerfile docker tag to v1.9.0 (#324)
Full Changelog (since v0.16.2)
Compare with previous release