Installation
curl -sSLf https://github.com/uniget-org/cli/releases/download/v0.17.5/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.17.5/uniget_linux_$(uname -m).tar.gz
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.5/uniget_linux_$(uname -m).tar.gz.pem
curl -sSLfO https://github.com/uniget-org/cli/releases/download/v0.17.5/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.17.5' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com
Bugfixes (since v0.17.4)
Features (since v0.17.4)
- [Feature]: Post installation in user context (#135)
Dependency updates (since v0.17.4)
- fix(deps): update module golang.org/x/sys to v0.23.0 (#339)
- fix(deps): update module github.com/regclient/regclient to v0.7.1 (#338)
- chore(deps): update actions/upload-artifact action to v4.3.5 (#337)
Full Changelog (since v0.17.4)
Compare with previous release